2009-06-14 16:22:25 +02:00

27 lines
223 B
Plaintext

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