22 lines
243 B
Plaintext
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
|