Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix some doxygen errors
[simgrid.git] / teshsuite / smpi / mpich3-test / checktests
index ab266925cb03508718175a92c3f8f786cd0a660b..630f2258cd8219f7f2a18502dd953c666a0d3b7a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/perl
+#! /usr/bin/env perl
 
 $debug   = 1;
 $verbose = 1;
@@ -41,7 +41,7 @@ while (<RESULTS>) {
        $testStatus = $_;
     }
     close (SFD);
-    
+
     if (-s $resultsFile) {
        open (RFD, "<$resultsFile");
        $runLine = <RFD>;