X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Flex-lib-external.sh;h=5a2e3c384e1e8dac149ce9a1d854c48405c47181;hb=fb214402c043a70581f19d4856a81362a5a1a0d6;hp=df8aa00b289ea95a2aaca1c1cafd749a16af2adf;hpb=9465eb2651d9af30519882c4b583acc8ce91b8bb;p=platform%2Fupstream%2Fautomake.git diff --git a/t/lex-lib-external.sh b/t/lex-lib-external.sh index df8aa00..5a2e3c3 100755 --- a/t/lex-lib-external.sh +++ b/t/lex-lib-external.sh @@ -18,7 +18,7 @@ # library, if that's available. required='cc lex' -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC @@ -71,7 +71,7 @@ $MAKE have-lexlib || skip_ "no system-wide lex library found" $MAKE all if ! cross_compiling; then echo GOOD | ./lexer - echo BAD | ./lexer && Exit 1 + echo BAD | ./lexer && exit 1 : For shells with busted 'set -e'. fi yl_distcheck