X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/19a7c8ab1c28dc5f6e68931f2196eab6fd0f950f..0eea8359e77474a2aec1f551accd4c83e3d0980b:/tools/tesh/background.tesh diff --git a/tools/tesh/background.tesh b/tools/tesh/background.tesh index 3fbabd3475..2336e9d4b4 100644 --- a/tools/tesh/background.tesh +++ b/tools/tesh/background.tesh @@ -1,25 +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; -< 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 .. -$ cmake -E remove_directory temp_testdir_background + +! output ignore +$ cmake -E remove bgtesh.pl bgtesh.data