Index: trunk/psLib/test/FullUnitTest
===================================================================
--- trunk/psLib/test/FullUnitTest	(revision 1131)
+++ trunk/psLib/test/FullUnitTest	(revision 1198)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.9 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-06-29 23:52:32 $
+#  $Revision: 1.10 $  $Name: not supported by cvs2svn $
+#  $Date: 2004-07-08 19:34:18 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -552,8 +552,10 @@
    open(MODFILE, "> temp/$fileName.stdout.mod");
    # Replace the variable data, 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 Mac testing of
        # memory functions
@@ -575,5 +577,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 Mac testing of
        # memory functions
