diff options
author | Freddy Vulto <fvulto@gmail.com> | 2009-07-18 16:55:23 +0200 |
---|---|---|
committer | Freddy Vulto <fvulto@gmail.com> | 2009-07-18 16:55:23 +0200 |
commit | 11302d40388b700132dd722d2cbbc531477c74c5 (patch) | |
tree | ed117e0b20cab2c6a2e1982241bba8c657212074 /test/lib/completions/invoke-rc.d.exp | |
parent | c6af1bf43510b0046added962bb62e30855cc191 (diff) | |
download | bash-completion-11302d40388b700132dd722d2cbbc531477c74c5.tar.gz |
Reviewed tests h* & i*
Localized `i' variable in `info' completion.
Diffstat (limited to 'test/lib/completions/invoke-rc.d.exp')
-rw-r--r-- | test/lib/completions/invoke-rc.d.exp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/invoke-rc.d.exp b/test/lib/completions/invoke-rc.d.exp new file mode 100644 index 00000000..4dc9f1d8 --- /dev/null +++ b/test/lib/completions/invoke-rc.d.exp @@ -0,0 +1,20 @@ +proc setup {} { + save_env +}; # setup() + + +proc teardown {} { + assert_env_unmodified +}; # teardown() + + +setup + + +assert_complete_any "invoke-rc.d " + + +sync_after_int + + +teardown |