2011-10-03 23:39:20 +03:00

22 lines
189 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "file "
sync_after_int
assert_complete_any "file -"
sync_after_int
teardown