889e1ae13e
_init_completion uses =~ now so it's going to change just about everywhere.
25 lines
270 B
Plaintext
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
|