X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..c1f69c01ef1ce94e4ff5238d725ba585eecb24e8:/tools/tesh/set-timeout.tesh diff --git a/tools/tesh/set-timeout.tesh b/tools/tesh/set-timeout.tesh index 606978059a..9cb0e99cdc 100644 --- a/tools/tesh/set-timeout.tesh +++ b/tools/tesh/set-timeout.tesh @@ -1,7 +1,10 @@ -#! ./tesh +#!/usr/bin/env tesh # This suite must be functional because we changed the timeout value to 10 # before sleeping 6 secs. -! set timeout 10 +! timeout 10 $ sleep 6 + +! timeout no +$ sleep 1 \ No newline at end of file