X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftap-doc2.sh;h=c2f0fa3f41b8bddcd7bf06ea5aec469ce62538d7;hb=b21d68690612214d8edd810acf11880c3c0ad586;hp=b1ea8b900fadc8710403b2104b1a240f89a64706;hpb=2ef0a2d367b4db6ca77ff5b8e5f504bdbdbd18de;p=platform%2Fupstream%2Fautomake.git diff --git a/t/tap-doc2.sh b/t/tap-doc2.sh index b1ea8b9..c2f0fa3 100755 --- a/t/tap-doc2.sh +++ b/t/tap-doc2.sh @@ -19,7 +19,7 @@ # with the Automake test harness". am_create_testdir=empty -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am <<'END' TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ @@ -73,7 +73,7 @@ mkdir build-aux cp "$am_scriptdir"/tap-driver.sh build-aux \ || framework_failure_ "fetching the perl TAP driver" -(export AUTOMAKE ACLOCAL AUTOCONF && $AUTORECONF -vi) || Exit 1 +(export AUTOMAKE ACLOCAL AUTOCONF && $AUTORECONF -vi) || exit 1 ./configure --help # Sanity check. ./configure || skip_ "configure failed" @@ -83,7 +83,7 @@ case $MAKE in *\ -j*) skip_ "can't work easily with concurrent make";; esac # Prevent Sun Distributed Make from trying to run in parallel. DMAKE_MODE=serial; export DMAKE_MODE -$MAKE check >stdout && { cat stdout; Exit 1; } +$MAKE check >stdout && { cat stdout; exit 1; } cat stdout cat > exp <<'END' @@ -109,7 +109,7 @@ grep '^Please report to bug-automake@gnu\.org$' stdout env \ TESTS='foo.test baz.test' \ TEST_LOG_DRIVER_FLAGS='--comments --ignore-exit' \ - $MAKE -e check >stdout || { cat stdout; Exit 1; } + $MAKE -e check >stdout || { cat stdout; exit 1; } cat > exp <<'END' PASS: foo.test 1 - Swallows fly