summaryrefslogtreecommitdiff
path: root/test/lib/completions/tshark.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/tshark.exp')
-rw-r--r--test/lib/completions/tshark.exp24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/lib/completions/tshark.exp b/test/lib/completions/tshark.exp
deleted file mode 100644
index 9e7d9d31..00000000
--- a/test/lib/completions/tshark.exp
+++ /dev/null
@@ -1,24 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-assert_complete_any "tshark -"
-sync_after_int
-
-assert_complete_any "tshark -G "
-sync_after_int
-
-assert_complete_any "tshark -O foo,htt"
-sync_after_int
-
-
-teardown