X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd551b8686f7bb28adbf2e05c5de38cadfbf9dd5..e97c47c6c2d678d4765fd3c078c1ba47e9d9cd3a:/tools/tesh/background.tesh diff --git a/tools/tesh/background.tesh b/tools/tesh/background.tesh index 8b177fe48a..3ef568ecde 100644 --- a/tools/tesh/background.tesh +++ b/tools/tesh/background.tesh @@ -1,25 +1,25 @@ - -$ rm -rf temp_testdir_background -$ mkdir temp_testdir_background -$ cd temp_testdir_background +! output ignore +$ cmake -E remove bgtesh.pl bgtesh.data < use strict; -< sleep(2); -< open (FILE, ") { < print; < } +< close(FILE); < exit 0; < -$ mkfile delayed_cat.pl +$ mkfile bgtesh.pl -& perl delayed_cat.pl +& perl bgtesh.pl > TOTO < TOTO -$ mkfile tmp_fich +$ mkfile bgtesh.data $ sleep 2 -$ cd .. -$ rm -rf temp_testdir_background + +! output ignore +$ cmake -E remove bgtesh.pl bgtesh.data