summaryrefslogtreecommitdiff
path: root/test/lib/completions/cvsps.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/cvsps.exp')
-rw-r--r--test/lib/completions/cvsps.exp36
1 files changed, 0 insertions, 36 deletions
diff --git a/test/lib/completions/cvsps.exp b/test/lib/completions/cvsps.exp
deleted file mode 100644
index 6cf95ac1..00000000
--- a/test/lib/completions/cvsps.exp
+++ /dev/null
@@ -1,36 +0,0 @@
-proc setup {} {
- save_env
- assert_bash_exec {OLDHOME=$HOME ; HOME=$SRCDIR/fixtures/cvs}
-}
-
-
-proc teardown {} {
- assert_bash_exec {HOME=$OLDHOME}
- assert_env_unmodified {
- /OLDHOME=/d
- }
-}
-
-
-setup
-
-
-assert_complete_any "cvsps -"
-
-
-sync_after_int
-
-
-set test "No arguments should complete CVS roots"
-set cmd "cvsps "
-send "$cmd\t"
-expect {
- -re "^$cmd\r\n.*:pserver:.*\r\n/@$cmd:pserver:.*$" { pass "$test" }
- default { fail "$test" }
-}
-
-
-sync_after_int
-
-
-teardown