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.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lib/completions/cvsps.exp b/test/lib/completions/cvsps.exp
index 1fd4a0a9..6cf95ac1 100644
--- a/test/lib/completions/cvsps.exp
+++ b/test/lib/completions/cvsps.exp
@@ -1,7 +1,7 @@
proc setup {} {
save_env
- assert_bash_exec {OLDHOME=$HOME ; HOME=$TESTDIR/fixtures/cvs}
-}; # setup()
+ assert_bash_exec {OLDHOME=$HOME ; HOME=$SRCDIR/fixtures/cvs}
+}
proc teardown {} {
@@ -9,7 +9,7 @@ proc teardown {} {
assert_env_unmodified {
/OLDHOME=/d
}
-}; # teardown()
+}
setup
@@ -27,7 +27,7 @@ send "$cmd\t"
expect {
-re "^$cmd\r\n.*:pserver:.*\r\n/@$cmd:pserver:.*$" { pass "$test" }
default { fail "$test" }
-}; # expect
+}
sync_after_int