Ville Skyttä 889e1ae13e testsuite: Ignore BASH_REMATCH in env unmodified check.
_init_completion uses =~ now so it's going to change just about everywhere.
2011-10-25 23:50:46 +03:00

25 lines
270 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified {
/OLDPWD=/d
}
}
setup
assert_complete_any "ant -"
sync_after_int
assert_complete_dir "bashcomp clean init realclean" "ant " $::srcdir/fixtures/ant
sync_after_int
teardown