2009-07-31 22:18:12 +02:00

21 lines
173 B
Plaintext

proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
assert_complete_any "tail --"
sync_after_int
teardown