Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make snapshots compatible with SMPI privatization of global variables
[simgrid.git] / tools / tesh / catch-return.tesh
index 94bf5c8..f9d21a2 100644 (file)
@@ -12,7 +12,7 @@ $ cd temp_testdir-catch-return
 < }
 $ mkfile return1.c
 
-$ gcc -o return1 return1.c
+$ cc -o return1 return1.c
 
 ! expect return 41
 < $ ./return1
@@ -21,7 +21,7 @@ $ ../tesh --enable-coverage --log='log.thresh:info tesh.fmt:%m%n'
 > Test suite from stdin
 > [(stdin):1] ./return1
 > Test suite `(stdin)': NOK (<(stdin):1> returned code 1)
-> Output of <(stdin):1> so far: 
+> Output of <(stdin):1> so far:
 > ||
 
 $ cd ..