Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
id -> storageId in mount tags + example of content_type + test of
[simgrid.git] / tools / tesh / background.tesh
index a3d196b..7c9de93 100644 (file)
@@ -1,7 +1,7 @@
 
-$ rm -rf temp_testdir
-$ mkdir temp_testdir
-$ cd temp_testdir
+$ rm -rf temp_testdir_background
+$ mkdir temp_testdir_background
+$ cd temp_testdir_background
 
 < #include <unistd.h>
 < #include <stdlib.h>
@@ -38,7 +38,7 @@ $ mkfile delayed_cat.c
 
 $ gcc -Wall -o delayed_cat delayed_cat.c
 
-& ./delayed_cat 
+& ./delayed_cat
 > TOTO
 
 < TOTO
@@ -46,5 +46,4 @@ $ mkfile tmp_fich
 
 $ sleep 2
 $ cd ..
-$ rm -rf temp_testdir
-
+$ rm -rf temp_testdir_background