X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..0d191a4d728a2cf18bb1cde0c9cfd84ee65a97ce:/tools/tesh/background.tesh diff --git a/tools/tesh/background.tesh b/tools/tesh/background.tesh index a416496aef..e03da443d7 100644 --- a/tools/tesh/background.tesh +++ b/tools/tesh/background.tesh @@ -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 < #include @@ -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,9 +42,9 @@ $ gcc -Wall -o delayed_cat delayed_cat.c > TOTO < TOTO -$ cat > tmp_fich +$ mkfile tmp_fich $ sleep 2 $ cd .. -$ rm -rf temp_testdir +$ rm -rf temp_testdir_background