Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] instead of defining get_options() and then calling it only once, inline its...
[simgrid.git] / tools / tesh / set-return.tesh
index ff0dd1776025210b3916f364ad2e1df13abacbbb..679234de34d582d7c049537a5b830d9cce215d74 100644 (file)
@@ -12,7 +12,7 @@ $ cd temp_testdir-set-return
 < }
 $ mkfile return1.c
 
-$ gcc -o return1 return1.c
+$ cc -o return1 return1.c
 
 ! expect return 1
 $ ./return1