tests/java-empty-classpath.test


Log

Author Commit Date CI Message
Stefano Lattarini 641a5a4b 2012-02-16T10:46:23 maint: run "make update-copyright"
Stefano Lattarini d61c64c1 2011-09-02T17:58:58 tests: remove redundant settings of `errexit' shell flag * doc-parsing-buglets-colneq-subst.test: Do not set the `errexit' shell flag, as it is already set by `tests/defs'. * doc-parsing-buglets-tabs.test: Likewise. * java-empty-classpath.test: Likewise. * vala-vpath.test: Likewise.
Stefano Lattarini 236ad0bc 2011-08-25T21:07:12 tests: list "forgotten" test script in TESTS * tests/Makefile.am (TESTS): Also list ... * tests/java-empty-classpath.test: ... this test. Since we are at it, remove trailing whitespace from a couple of lines.
Daniel Richard G 720f0a2e 2011-08-16T15:19:14 java: avoid compilation errors when CLASSPATH is empty * lib/am/java.am (CLASSPATH_ENV): When redefining `$CLASSPATH', do not append an empty component in case the previous value of CLASSPATH is empty or unset. * tests/java-empty-classpath.test: New test. * tests/Makefile.am (TESTS): Update. Fixes automake bug#9306.