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

Ville Skyttä ville.skytta at iki.fi
Mon Apr 12 17:39:55 UTC 2010


The following commit has been merged in the master branch:
commit c89152b6b2bdf0b45c5f0bc68fcd81ca7dc2ddc9
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Apr 12 20:39:07 2010 +0300

    Drop unnecessary $TESTDIR from java -cp test.

diff --git a/test/lib/completions/java.exp b/test/lib/completions/java.exp
index 2a8183b..14610b2 100644
--- a/test/lib/completions/java.exp
+++ b/test/lib/completions/java.exp
@@ -25,7 +25,7 @@ sync_after_int
 
 
 assert_complete "bashcomp.jarred toplevel" \
-    "java -cp $TESTDIR/fixtures/java/bashcomp.jar "
+    "java -cp fixtures/java/bashcomp.jar "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list