2013-10-22 22:01:09 +03:00

22 lines
243 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "timeout -"
sync_after_int
assert_no_complete "timeout " "1st non-option arg=timeout, shouldn't complete"
sync_after_int
teardown