diff options
author | Freddy Vulto <fvulto@gmail.com> | 2009-07-20 21:13:58 +0200 |
---|---|---|
committer | Freddy Vulto <fvulto@gmail.com> | 2009-07-20 21:13:58 +0200 |
commit | 9bb02ca317ccc89c318d2b2ad1423b1638076023 (patch) | |
tree | f57324563c0ad4bd8dbc9061f07a4dcd0896c54d /test/lib/completions/links.exp | |
parent | 06eed586ee8f52db8641b302bfe371a4053b0f06 (diff) | |
download | bash-completion-9bb02ca317ccc89c318d2b2ad1423b1638076023.tar.gz |
Reviewed tests l*
Diffstat (limited to 'test/lib/completions/links.exp')
-rw-r--r-- | test/lib/completions/links.exp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/links.exp b/test/lib/completions/links.exp new file mode 100644 index 00000000..9f4896aa --- /dev/null +++ b/test/lib/completions/links.exp @@ -0,0 +1,20 @@ +proc setup {} { + save_env +}; # setup() + + +proc teardown {} { + assert_env_unmodified +}; # teardown() + + +setup + + +assert_complete_any "links " + + +sync_after_int + + +teardown |