[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-62-gf0eac44

Ville Skyttä ville.skytta at iki.fi
Wed Apr 6 15:51:38 UTC 2011


The following commit has been merged in the master branch:
commit f0eac44ac962cb0d720f4997ae4a7d6371fcea36
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 6 18:51:22 2011 +0300

    (testsuite) Test java -classpath in addition to -cp.

diff --git a/test/lib/completions/java.exp b/test/lib/completions/java.exp
index 23f3c6c..864aabd 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 $::srcdir/fixtures/java/bashcomp.jar "
+    "java -classpath $::srcdir/fixtures/java/bashcomp.jar "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list