X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..ea677bd8a6bb06e9000695eba6194433c460e9a4:/tools/tesh/background.tesh diff --git a/tools/tesh/background.tesh b/tools/tesh/background.tesh index 3fbabd3475..6eb8602370 100644 --- a/tools/tesh/background.tesh +++ b/tools/tesh/background.tesh @@ -1,25 +1,23 @@ -$ cmake -E remove_directory temp_testdir_background -$ mkdir temp_testdir_background -$ cd temp_testdir_background +$ 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 .. -$ cmake -E remove_directory temp_testdir_background +$ cmake -E remove bgtesh.pl bgtesh.data