summaryrefslogtreecommitdiff
path: root/test/lib/completions/kldunload.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/kldunload.exp')
-rw-r--r--test/lib/completions/kldunload.exp24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/lib/completions/kldunload.exp b/test/lib/completions/kldunload.exp
deleted file mode 100644
index 476c5104..00000000
--- a/test/lib/completions/kldunload.exp
+++ /dev/null
@@ -1,24 +0,0 @@
-proc setup {} {
- save_env
-}
-
-
-proc teardown {} {
- assert_env_unmodified
-}
-
-
-setup
-
-
-if {[catch {eval exec {kldstat | grep "\.ko$"}}] == 0} {
- assert_complete_any "kldunload "
-} else {
- assert_no_complete "kldunload "
-}
-
-
-sync_after_int
-
-
-teardown