X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fjava-compile-run-nested.sh;h=2d993459619aa9992648dca93640eccc55beec4e;hb=b9951d654abb76c5419f1e2b453f1ca06fdb331b;hp=f6bb2173f7d2854a5dd38ad4d113e2ee453351c0;hpb=60a69375f9802af288ccc82ca4c15b85ce869e28;p=platform%2Fupstream%2Fautomake.git diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh index f6bb217..2d99345 100755 --- a/t/java-compile-run-nested.sh +++ b/t/java-compile-run-nested.sh @@ -20,12 +20,12 @@ # This test uses a typical "nested" source tree setup (i.e., different # components/aspects are separated into different subdirectories), and # uses the parallel testsuite driver. -# The sister test 'java-compile-run-flat.test' do similar checks with a -# "flat" setup (i.e., everything in the top-level directory), and forcing -# the use of the older 'serial-tests' driver. +# The sister test 'java-compile-run-flat.sh' do similar checks with +# a "flat" setup (i.e., everything in the top-level directory), and +# forcing the use of the older 'serial-tests' driver. required='java javac' -. ./defs || exit 1 +. test-init.sh echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.ac