X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-planskip-badexit.sh;h=cf39060b5cf13daa7267d05135a3fdefcc458be4;hb=b9951d654abb76c5419f1e2b453f1ca06fdb331b;hp=1b208648f26c3cb2fa604995e4a331b4a8abbd13;hpb=26c7b8f50a02749e49135cac58c793bde97ec8fc;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-planskip-badexit.sh b/t/tap-planskip-badexit.sh index 1b20864..cf39060 100755 --- a/t/tap-planskip-badexit.sh +++ b/t/tap-planskip-badexit.sh @@ -18,11 +18,11 @@ # - an exit status != 0 of a test script causes an hard error, even if # the last line of output is a "SKIP plan" (e.g., "1..0 # SKIP"). -. ./defs || exit 1 +. test-init.sh echo TESTS = one.test two.test > Makefile.am -. "$am_testauxdir"/tap-setup.sh || fatal_ "sourcing tap-setup.sh" +. tap-setup.sh cat > one.test <<'END' #!/bin/sh