Index: /branches/rel1/psLib/test/FullUnitTest
===================================================================
--- /branches/rel1/psLib/test/FullUnitTest	(revision 1047)
+++ /branches/rel1/psLib/test/FullUnitTest	(revision 1048)
@@ -19,6 +19,6 @@
 #  RETURN : integer number of tests which failed
 #
-#  $Revision: 1.7 $  $Name: not supported by cvs2svn $
-#  $Date: 2004-06-15 00:19:42 $
+#  $Revision: 1.7.2.1 $  $Name: not supported by cvs2svn $
+#  $Date: 2004-06-15 21:44:22 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -302,6 +302,7 @@
             $retVal = $?;
             # Count testpoints
-            $totalPoints = `grep -c '***** TESTPOINT *****' temp/$files[$j].stdout`;
-            $totalPoints += `grep -c '***** TESTPOINT *****' temp/$files[$j].stderr`;
+	    $testPattern = "\"\\*\\*\\*\\* TESTPOINT \\*\\*\\*\\*\"";
+            $totalPoints = `grep -c $testPattern temp/$files[$j].stdout`;
+            $totalPoints += `grep -c $testPattern temp/$files[$j].stderr`;
             $failPoints = `grep "> TESTPOINT FAILED" temp/$files[$j].stdout | wc -l`;
             $failPoints += `grep "> TESTPOINT FAILED" temp/$files[$j].stderr | wc -l`;
