X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..d31a4028dd04da15b47d9d5d01a4b46fa9a460cd:/tools/tesh/set-return.tesh diff --git a/tools/tesh/set-return.tesh b/tools/tesh/set-return.tesh index d3b16005b7..a87aa16757 100644 --- a/tools/tesh/set-return.tesh +++ b/tools/tesh/set-return.tesh @@ -10,7 +10,7 @@ $ cd temp_testdir < int main(void) { < exit(1); < } -$ cat > return1.c +$ mkfile return1.c $ gcc -o return1 return1.c