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

27 lines
207 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "ipv6calc -"
sync_after_int
assert_complete_any "ipv6calc --in "
sync_after_int
teardown