Index: /trunk/psLib/test/FullUnitTest
===================================================================
--- /trunk/psLib/test/FullUnitTest	(revision 1601)
+++ /trunk/psLib/test/FullUnitTest	(revision 1602)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.13 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-08-14 02:27:02 $
+#  $Revision: 1.14 $  $Name: not supported by cvs2svn $
+#  $Date: 2004-08-20 00:51:22 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -662,5 +662,5 @@
         s/\s+\d+:\d+:\d+\w/<TIME>/g;
         s/\d+:\d+:\d+/<DATE>/g;
-        s/$hostname/<HOST>/g;
+        s/$hostname\s*/<HOST>/g;
         s/: Line \d+/: Line <LINENO>/g;
         s/\:\d+/\:<LINENO>/g;
@@ -690,5 +690,5 @@
         s/\s+\d+:\d+:\d+\w/<TIME>/g;
         s/\d+:\d+:\d+/<DATE>/g;
-        s/$hostname/<HOST>/g;
+        s/$hostname\s*/<HOST>/g;
         s/: Line \d+/: Line <LINENO>/g;
         s/\:\d+/\:<LINENO>/g;
Index: /trunk/psLib/test/runTest
===================================================================
--- /trunk/psLib/test/runTest	(revision 1601)
+++ /trunk/psLib/test/runTest	(revision 1602)
@@ -30,5 +30,5 @@
 #
 #  $Revison:  $  $Name: not supported by cvs2svn $
-#  $Date: 2004-08-14 02:27:02 $
+#  $Date: 2004-08-20 00:51:22 $
 #
 #  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
@@ -155,5 +155,5 @@
                 s/\s+\d+:\d+:\d+\w/<TIME>/g;
                 s/\d+:\d+:\d+/<DATE>/g;
-                s/$hostname/<HOST>/g;
+                s/$hostname\s*/<HOST>/g;
                 s/: Line \d+/: Line <LINENO>/g;
                 s/\:\d+/\:<LINENO>/g;
@@ -186,5 +186,5 @@
                 s/\s+\d+:\d+:\d+\w/<TIME>/g;
                 s/\d+:\d+:\d+/<DATE>/g;
-                s/$hostname/<HOST>/g;
+                s/$hostname\s*/<HOST>/g;
                 s/: Line \d+/: Line <LINENO>/g;
                 s/\:\d+/\:<LINENO>/g;
