23 lines
238 B
Plaintext
Raw Normal View History

2009-07-31 12:20:51 +02:00
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
if {[assert_exec {sed --help} "" "" "unsupported"]} {
assert_complete_any "sed --"
}; # if
2009-07-31 12:20:51 +02:00
sync_after_int
teardown