Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
64bits portability buglet
[simgrid.git] / tools / tesh / background.tesh
index a416496..a3d196b 100644 (file)
@@ -34,7 +34,7 @@ $ cd temp_testdir
 <   }
 <   return 0;
 < }
-$ cat > delayed_cat.c
+$ mkfile delayed_cat.c
 
 $ gcc -Wall -o delayed_cat delayed_cat.c
 
@@ -42,7 +42,7 @@ $ gcc -Wall -o delayed_cat delayed_cat.c
 > TOTO
 
 < TOTO
-$ cat > tmp_fich
+$ mkfile tmp_fich
 
 $ sleep 2
 $ cd ..