The following commit has been merged in the master branch:
commit 5c6f45d5bb32b789e7e18f2f45cc7fbe04ab1aba
Author: Ville Skyttä <[email protected]>
Date: Sun Jan 24 23:35:32 2010 +0200
(testsuite) Add cvs roots completion test.
diff --git a/test/lib/completions/cvs.exp b/test/lib/completions/cvs.exp
index 2e233c6..2a26da8 100644
--- a/test/lib/completions/cvs.exp
+++ b/test/lib/completions/cvs.exp
@@ -1,10 +1,14 @@
proc setup {} {
save_env
+ assert_bash_exec {OLDHOME=$HOME ; HOME=$TESTDIR/fixtures/cvs}
}; # setup()
proc teardown {} {
- assert_env_unmodified
+ assert_bash_exec {HOME=$OLDHOME}
+ assert_env_unmodified {
+ /OLDHOME=/d
+ }
}; # teardown()
@@ -17,4 +21,16 @@ assert_complete_any "cvs "
sync_after_int
+set test "-d should complete CVS roots"
+set cmd "cvs -d "
+send "$cmd\t"
+expect {
+ -re "^$cmd\r\n.*:pserver:.*\r\n/@$cmd:pserver:.*$" { pass "$test" }
+ default { fail "$test" }
+}; # expect
+
+
+sync_after_int
+
+
teardown
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits