summaryrefslogtreecommitdiff
path: root/test/lib/completions/service.exp
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2009-07-31 12:20:51 +0200
committerFreddy Vulto <fvulto@gmail.com>2009-07-31 12:20:51 +0200
commit567eb378023b1dad539c12507c4e3a4c3f4cd729 (patch)
treef79ab8d9793c976f8c14cd44bd88aac531015be5 /test/lib/completions/service.exp
parent532f0a0e3fc6f99b07830926e75db398fad8c612 (diff)
downloadbash-completion-567eb378023b1dad539c12507c4e3a4c3f4cd729.tar.gz
Reviewed tests s*
Diffstat (limited to 'test/lib/completions/service.exp')
-rw-r--r--test/lib/completions/service.exp20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/service.exp b/test/lib/completions/service.exp
new file mode 100644
index 00000000..917c5dcb
--- /dev/null
+++ b/test/lib/completions/service.exp
@@ -0,0 +1,20 @@
+proc setup {} {
+ save_env
+}; # setup()
+
+
+proc teardown {} {
+ assert_env_unmodified
+}; # teardown()
+
+
+setup
+
+
+assert_complete_any "service "
+
+
+sync_after_int
+
+
+teardown