summaryrefslogtreecommitdiff
path: root/test/lib/completions/nmcli.exp
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2013-11-04 17:58:57 +0100
committerDavid Paleino <dapal@debian.org>2013-11-04 17:58:57 +0100
commit059a87a5936cfebfd2d71ab8057002cafb2ea051 (patch)
tree7fafa4bb39a443ba4d49fccc852193adfea93564 /test/lib/completions/nmcli.exp
parent30649a02707d24744853f84946f744fdcf7c2757 (diff)
downloadbash-completion-059a87a5936cfebfd2d71ab8057002cafb2ea051.tar.gz
Imported Upstream version 2.1upstream/2.1
Diffstat (limited to 'test/lib/completions/nmcli.exp')
-rw-r--r--test/lib/completions/nmcli.exp18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/lib/completions/nmcli.exp b/test/lib/completions/nmcli.exp
new file mode 100644
index 00000000..b891f45e
--- /dev/null
+++ b/test/lib/completions/nmcli.exp
@@ -0,0 +1,18 @@
+proc setup {} {
+ save_env
+}
+
+
+proc teardown {} {
+ assert_env_unmodified
+}
+
+
+setup
+
+
+assert_complete_any "nmcli "
+sync_after_int
+
+
+teardown