summaryrefslogtreecommitdiff
path: root/test/lib/completions/lvscan.exp
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2009-07-20 21:13:58 +0200
committerFreddy Vulto <fvulto@gmail.com>2009-07-20 21:13:58 +0200
commit9bb02ca317ccc89c318d2b2ad1423b1638076023 (patch)
treef57324563c0ad4bd8dbc9061f07a4dcd0896c54d /test/lib/completions/lvscan.exp
parent06eed586ee8f52db8641b302bfe371a4053b0f06 (diff)
downloadbash-completion-9bb02ca317ccc89c318d2b2ad1423b1638076023.tar.gz
Reviewed tests l*
Diffstat (limited to 'test/lib/completions/lvscan.exp')
-rw-r--r--test/lib/completions/lvscan.exp20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/lvscan.exp b/test/lib/completions/lvscan.exp
new file mode 100644
index 00000000..841fd0ed
--- /dev/null
+++ b/test/lib/completions/lvscan.exp
@@ -0,0 +1,20 @@
+proc setup {} {
+ save_env
+}; # setup()
+
+
+proc teardown {} {
+ assert_env_unmodified
+}; # teardown()
+
+
+setup
+
+
+assert_complete_any "lvscan --"
+
+
+sync_after_int
+
+
+teardown