diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-11-01 21:39:03 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-11-01 21:39:03 +0200 |
commit | 7a174c0e1f7d8ff9ecdc478ef8acfa35bdf11b40 (patch) | |
tree | b056025ed2e3384fa8e0b77e8ef8dbf566eae6da /test/lib/completions/ip.exp | |
parent | 0f450219b667ec5f8d951b0c41593c7b983e2ada (diff) | |
download | bash-completion-7a174c0e1f7d8ff9ecdc478ef8acfa35bdf11b40.tar.gz |
Add ip completion (Debian: #600617).
Diffstat (limited to 'test/lib/completions/ip.exp')
-rw-r--r-- | test/lib/completions/ip.exp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/ip.exp b/test/lib/completions/ip.exp new file mode 100644 index 00000000..8f45f6a3 --- /dev/null +++ b/test/lib/completions/ip.exp @@ -0,0 +1,20 @@ +proc setup {} { + save_env +} + + +proc teardown {} { + assert_env_unmodified +} + + +setup + + +assert_complete_any "ip " + + +sync_after_int + + +teardown |