X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftest-harness-vpath-rewrite.sh;h=ce904ce37a31e278d7a2d0e8c1b732a84613ba80;hb=fb214402c043a70581f19d4856a81362a5a1a0d6;hp=0058b6dc73137d47904b55dfbca90838a296d175;hpb=7b142a7b363a49be43ff861abc2dca5af9593f9d;p=platform%2Fupstream%2Fautomake.git diff --git a/t/test-harness-vpath-rewrite.sh b/t/test-harness-vpath-rewrite.sh index 0058b6d..ce904ce 100755 --- a/t/test-harness-vpath-rewrite.sh +++ b/t/test-harness-vpath-rewrite.sh @@ -17,7 +17,7 @@ # Check that our concurrent test harness is not subject to spurious VPATH # rewrites. -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_OUTPUT @@ -51,7 +51,7 @@ test -f bar.trs test -f baz.log test -f baz.trs # We don't want VPATH rewrites, really. -$MAKE check -n | $EGREP '\.\./(foo|bar|baz)( |$)' && Exit 1 +$MAKE check -n | $EGREP '\.\./(foo|bar|baz)( |$)' && exit 1 $MAKE distcheck :