X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2e52e70789159e58204f2cc770dc5f7a4c6498b..c1fa53426d4f4db5c1fe697d915d30247fd5d09a:/tools/tesh2/examples/cd.tesh diff --git a/tools/tesh2/examples/cd.tesh b/tools/tesh2/examples/cd.tesh index c1e52c92cc..7f8cde7d6c 100644 --- a/tools/tesh2/examples/cd.tesh +++ b/tools/tesh2/examples/cd.tesh @@ -15,12 +15,12 @@ $ ls > Test unit from stdin > [stdin:1] cd toto > [stdin:1] Chdir to toto failed: no such file or directory -> Test unit `(stdin)' : NOK (no such file or directory) -$ ../tesh --log='log.thresh:info tesh.fmt:%m%n' +> Test unit `stdin': NOK ( no such file or directory) +$ tesh --log="log.thresh:info tesh.fmt:%m%n" # The next command checks that there is a testdir_temp in the upper directory, # ie that mkdir and cd both worked. -$ test -e ../testdir_temp +#$ test -e ../testdir_temp $ cd .. $ rmdir testdir_temp