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

Ville Skyttä ville.skytta at iki.fi
Sat Nov 13 09:16:38 UTC 2010


The following commit has been merged in the master branch:
commit 07f76d8f6c8deae4f0a996f98706a7e737506f42
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Nov 13 11:15:47 2010 +0200

    (testsuite) Fix cvs, cvsps, java, lftp, and wol fallout from commit c86b336.

diff --git a/test/lib/completions/cvs.exp b/test/lib/completions/cvs.exp
index f685394..3b2643d 100644
--- a/test/lib/completions/cvs.exp
+++ b/test/lib/completions/cvs.exp
@@ -1,6 +1,6 @@
 proc setup {} {
     save_env
-    assert_bash_exec {OLDHOME=$HOME ; HOME=$TESTDIR/fixtures/cvs}
+    assert_bash_exec {OLDHOME=$HOME ; HOME=$SRCDIR/fixtures/cvs}
 }
 
 
diff --git a/test/lib/completions/cvsps.exp b/test/lib/completions/cvsps.exp
index def4a11..6cf95ac 100644
--- a/test/lib/completions/cvsps.exp
+++ b/test/lib/completions/cvsps.exp
@@ -1,6 +1,6 @@
 proc setup {} {
     save_env
-    assert_bash_exec {OLDHOME=$HOME ; HOME=$TESTDIR/fixtures/cvs}
+    assert_bash_exec {OLDHOME=$HOME ; HOME=$SRCDIR/fixtures/cvs}
 }
 
 
diff --git a/test/lib/completions/java.exp b/test/lib/completions/java.exp
index 8864baf..842501d 100644
--- a/test/lib/completions/java.exp
+++ b/test/lib/completions/java.exp
@@ -1,5 +1,5 @@
 proc setup {} {
-    assert_bash_exec {CLASSPATH=$TESTDIR/fixtures/java/a:$TESTDIR/fixtures/java/bashcomp.jar}
+    assert_bash_exec {CLASSPATH=$SRCDIR/fixtures/java/a:$SRCDIR/fixtures/java/bashcomp.jar}
     save_env
 }
 
diff --git a/test/lib/completions/lftp.exp b/test/lib/completions/lftp.exp
index 9fcc9a6..bb21965 100644
--- a/test/lib/completions/lftp.exp
+++ b/test/lib/completions/lftp.exp
@@ -1,5 +1,5 @@
 proc setup {} {
-    assert_bash_exec {HOME=$TESTDIR/fixtures/lftp}
+    assert_bash_exec {HOME=$SRCDIR/fixtures/lftp}
     save_env
 }
 
diff --git a/test/lib/completions/wol.exp b/test/lib/completions/wol.exp
index a06a2ae..a4ac9e4 100644
--- a/test/lib/completions/wol.exp
+++ b/test/lib/completions/wol.exp
@@ -1,6 +1,6 @@
 proc setup {} {
     # See fixtures/shared/bin/{arp,ifconfig}
-    assert_bash_exec {OLDPATH="$PATH"; PATH="$TESTDIR/fixtures/shared/bin:$PATH";}
+    assert_bash_exec {OLDPATH="$PATH"; PATH="$SRCDIR/fixtures/shared/bin:$PATH";}
     save_env
 }
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list