summaryrefslogtreecommitdiff
path: root/test/lib/completions/ipv6calc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/ipv6calc.exp')
-rw-r--r--test/lib/completions/ipv6calc.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/lib/completions/ipv6calc.exp b/test/lib/completions/ipv6calc.exp
deleted file mode 100644
index 42201f0c..00000000
--- a/test/lib/completions/ipv6calc.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "ipv6calc -"
-
-
-sync_after_int
-
-
-assert_complete_any "ipv6calc --in "
-
-
-sync_after_int
-
-
-teardown