Index: trunk/psLib/test/runTest
===================================================================
--- trunk/psLib/test/runTest	(revision 632)
+++ trunk/psLib/test/runTest	(revision 731)
@@ -30,5 +30,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2004-05-10 20:00:16 $
+#  $Date: 2004-05-19 01:57:05 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -112,5 +112,9 @@
             s/\s+\d+:\d+:\d+\w/ <TIME> /;
             s/\|[\w\.\-\_]+\|/<HOST> |/;
-            print MODFILE ($_);
+            # Filter lines with malloc.  This is an artifact of memory testing
+            # with the Mac testbed
+            if ( ! m/\*\*\*\smalloc/ ) {
+               print MODFILE ($_);
+            }
         }
         # Close mod file
@@ -128,5 +132,9 @@
             s/\s+\d+:\d+:\d+\w/ <TIME> /;
             s/\|[\w\.\-\_]+\|/<HOST> |/;
-            print MODFILE ($_);
+            # Filter lines with malloc.  This is an artifact of memory testing
+            # with the Mac testbed
+            if ( ! m/\*\*\*\smalloc/ ) {
+               print MODFILE ($_);
+            }
         }
         # Close mod file
