Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] global pgid: unique value -> list
[simgrid.git] / tools / tesh / set-timeout.tesh
index 6069780..9cb0e99 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