summaryrefslogtreecommitdiff
path: root/test/lib/completions/id.exp
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2009-07-18 16:55:23 +0200
committerFreddy Vulto <fvulto@gmail.com>2009-07-18 16:55:23 +0200
commit11302d40388b700132dd722d2cbbc531477c74c5 (patch)
treeed117e0b20cab2c6a2e1982241bba8c657212074 /test/lib/completions/id.exp
parentc6af1bf43510b0046added962bb62e30855cc191 (diff)
downloadbash-completion-11302d40388b700132dd722d2cbbc531477c74c5.tar.gz
Reviewed tests h* & i*
Localized `i' variable in `info' completion.
Diffstat (limited to 'test/lib/completions/id.exp')
-rw-r--r--test/lib/completions/id.exp20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/id.exp b/test/lib/completions/id.exp
new file mode 100644
index 00000000..155af52c
--- /dev/null
+++ b/test/lib/completions/id.exp
@@ -0,0 +1,20 @@
+proc setup {} {
+ save_env
+}; # setup()
+
+
+proc teardown {} {
+ assert_env_unmodified
+}; # teardown()
+
+
+setup
+
+
+assert_complete_any "id -"
+
+
+sync_after_int
+
+
+teardown