X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c1fa53426d4f4db5c1fe697d915d30247fd5d09a..b69c3463223ed1207861d7a9b0ec0a06064696ca:/tools/tesh2/examples/set-return.tesh diff --git a/tools/tesh2/examples/set-return.tesh b/tools/tesh2/examples/set-return.tesh deleted file mode 100644 index d3b16005b7..0000000000 --- a/tools/tesh2/examples/set-return.tesh +++ /dev/null @@ -1,20 +0,0 @@ -#! ./tesh -# This suite builds and uses a program returning 1. -# tesh is instructed of this return code and must not whine. - -$ rm -rf temp_testdir -$ mkdir temp_testdir - -$ cd temp_testdir -< #include -< int main(void) { -< exit(1); -< } -$ cat > return1.c - -$ gcc -o return1 return1.c - -! expect return 1 -$ ./return1 -$ cd .. -$ rm -rf temp_testdir