[Bash-completion-commits] [SCM] bash-completion branch, master, updated. c0d57b0bea07e11ba70ff3abedade27120c332c8

Ville Skyttä ville.skytta at iki.fi
Sun Jan 24 21:37:54 UTC 2010


The following commit has been merged in the master branch:
commit 5c6f45d5bb32b789e7e18f2f45cc7fbe04ab1aba
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list