Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpicc: fail on undefined symbols (fix #161)
[simgrid.git] / tools / tesh / set-timeout.tesh
index 6069780..1ba153f 100644 (file)
@@ -3,5 +3,8 @@
 # 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