summaryrefslogtreecommitdiff
path: root/test/lib/completions/slapt-get.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/slapt-get.exp')
-rw-r--r--test/lib/completions/slapt-get.exp20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/lib/completions/slapt-get.exp b/test/lib/completions/slapt-get.exp
index 7f5375a4..4522610d 100644
--- a/test/lib/completions/slapt-get.exp
+++ b/test/lib/completions/slapt-get.exp
@@ -11,26 +11,6 @@ proc teardown {} {
setup
-assert_complete_any "slapt-get -"
-
-
-sync_after_int
-
-
-set test "--up<TAB> should complete \"--update --upgrade\""
-assert_complete "--update --upgrade" "slapt-get --up" $test
-
-
-sync_after_int
-
-
-set test "--install should not complete anything if config doesn't exist"
-assert_no_complete "slapt-get -c non-existent-file --install " $test
-
-
-sync_after_int
-
-
set test "--install should complete available packages"
set config $::srcdir/fixtures/slackware/etc/slapt-get/slapt-getrc
set workdir [file normalize $::srcdir/fixtures/slackware/var/slapt-get/]