27 lines
196 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "chsh -s "
sync_after_int
assert_complete_any "chsh "
sync_after_int
teardown