Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[simgrid.git] / tools / tesh / catch-return.tesh
index fe8fe04..12a3699 100644 (file)
@@ -10,7 +10,7 @@ $ cd temp_testdir
 < int main(void) {
 <   exit(1);
 < }
-$ cat > return1.c
+$ mkfile return1.c
 
 $ gcc -o return1 return1.c