X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f68ca8049181fb9e244b8d6b94514027085c92c2..0eea8359e77474a2aec1f551accd4c83e3d0980b:/tools/tesh/background.tesh diff --git a/tools/tesh/background.tesh b/tools/tesh/background.tesh index 74332e7baa..2336e9d4b4 100644 --- a/tools/tesh/background.tesh +++ b/tools/tesh/background.tesh @@ -1,26 +1,25 @@ +! output ignore +$ cmake -E remove bgtesh.pl bgtesh.data -$ cmake -E remove_directory temp_testdir_background -$ mkdir temp_testdir_background -$ cd temp_testdir_background - -< use strict; +< use strict; < sleep(1); -< open (FILE, ") { < print; < } < close(FILE); -< unlink("tmp_fich"); < 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 .. + +! output ignore +$ cmake -E remove bgtesh.pl bgtesh.data