Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better warning message for max-depth
[simgrid.git] / tools / tesh / set-timeout.tesh
index 606978059ab92c420028079030077a5e69441f7e..9cb0e99cdcf04d2be015ce92b79c833c716048bd 100644 (file)
@@ -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