X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fjava-compile-run-nested.sh;h=9c0958cdd1709e5d04e5e3c91bc92f316ec6ee83;hb=c6cc38027572445a25d749db99473f82521cc79e;hp=ece2d1c984d4c54ed57d21277abf502c5dcee088;hpb=488de31efa525d864ad56cd023f3b33c83101088;p=platform%2Fupstream%2Fautomake.git diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh index ece2d1c..9c0958c 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 +. ./defs || exit 1 echo "AC_SUBST([PATH_SEPARATOR], ['$PATH_SEPARATOR'])" >> configure.ac @@ -239,7 +239,7 @@ $AUTOMAKE -a # To have the parallel testsuite more verbose. VERBOSE=yes; export VERBOSE -./configure --prefix="`pwd`/_inst" +./configure --prefix="$(pwd)/_inst" cat jprog/PkgLocation.java # For debugging. $MAKE check $MAKE install