X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fjava-compile-run-nested.sh;h=89615734306ba71447f2e5fcd0672634f1f0d395;hb=7df8b28cb170a6e67df30bd30f1753a43cf315aa;hp=f5b7b957753fb772987d2e8368bf5a2ee358ac85;hpb=062aeb245e68208dccb3ccc9b28e100a81dbc79b;p=platform%2Fupstream%2Fautomake.git diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh index f5b7b95..8961573 100755 --- a/t/java-compile-run-nested.sh +++ b/t/java-compile-run-nested.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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