2010-06-18 17:21:38 +02:00

22 lines
216 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
set options {--wipe -s --start= -e --end= -q --quiet -h --help}
assert_complete $options "arch -"
sync_after_int
teardown