Index: trunk/psLib/test/runTest
===================================================================
--- trunk/psLib/test/runTest	(revision 1212)
+++ trunk/psLib/test/runTest	(revision 1404)
@@ -30,5 +30,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2004-07-13 01:37:58 $
+#  $Date: 2004-08-06 21:50:13 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -133,7 +133,9 @@
             chop $hostname;
             while( <OUTFILE> ) {
-                s/\d+:\d+:\d+/ <DATE> /;
-                s/\s+\d+:\d+:\d+\w/ <TIME> /;
-                s/$hostname/<HOST>/;
+                s/\s+\d+:\d+:\d+\w/<TIME>/g;
+                s/\d+:\d+:\d+/<DATE>/g;
+                s/$hostname/<HOST>/g;
+                s/: Line \d+/: Line <LINENO>/g;
+                s/\:\d+/\:<LINENO>/g;
                 # Filter lines with malloc.  This is an artifact of memory testing
                 # with the Mac testbed
@@ -156,7 +158,9 @@
             # Replace the variable date, time and host information with constants
             while( <OUTFILE> ) {
-                s/\d+:\d+:\d+/ <DATE> /;
-                s/\s+\d+:\d+:\d+\w/ <TIME> /;
-                s/$hostname/<HOST>/;
+                s/\s+\d+:\d+:\d+\w/<TIME>/g;
+                s/\d+:\d+:\d+/<DATE>/g;
+                s/$hostname/<HOST>/g;
+                s/: Line \d+/: Line <LINENO>/g;
+                s/\:\d+/\:<LINENO>/g;
                 # Filter lines with malloc.  This is an artifact of memory testing
                 # with the Mac testbed
