Index: trunk/psLib/test/runTest
===================================================================
--- trunk/psLib/test/runTest	(revision 854)
+++ trunk/psLib/test/runTest	(revision 1198)
@@ -30,5 +30,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2004-06-04 02:41:17 $
+#  $Date: 2004-07-08 19:34:18 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -108,8 +108,10 @@
         open(MODFILE, ">temp/$testFile.stdout.mod");
         # Replace the variable date, time and host information with constants
+        $hostname = `hostname`;
+        chop $hostname;
         while( <OUTFILE> ) {
             s/\d+:\d+:\d+/ <DATE> /;
             s/\s+\d+:\d+:\d+\w/ <TIME> /;
-            s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
+            s/$hostname/<HOST>/;
             # Filter lines with malloc.  This is an artifact of memory testing
             # with the Mac testbed
@@ -131,5 +133,5 @@
             s/\d+:\d+:\d+/ <DATE> /;
             s/\s+\d+:\d+:\d+\w/ <TIME> /;
-            s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
+            s/$hostname/<HOST>/;
             # Filter lines with malloc.  This is an artifact of memory testing
             # with the Mac testbed
