proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
if {[assert_exec {who --help} "" "" "unsupported"]} {
assert_complete_any "who --"
}; # if
sync_after_int
teardown