2009-06-14 15:20:38 +02:00

29 lines
231 B
Plaintext

proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
if {[assert_bash_type ant]} {
setup
assert_complete_any "ant -"
sync_after_int
teardown
}; # if