X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fcheck5.sh;h=738b3a1305e43199b34851b46cc2eec98822f8bc;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=2b2d7434d4b6e6751945102144c2c9adde1921f8;hpb=6aaa128d3a20fd3e3cc60a695be1f7368203a688;p=platform%2Fupstream%2Fautomake.git diff --git a/t/check5.sh b/t/check5.sh index 2b2d743..738b3a1 100644 --- a/t/check5.sh +++ b/t/check5.sh @@ -52,8 +52,7 @@ cp one.c two.c ./configure $MAKE check test -f ok -EXEEXT=.bin $MAKE -e print-tests >stdout || { cat stdout; exit 1; } -cat stdout +run_make -O EXEEXT=.bin print-tests $FGREP 'BEG: one.bin two.bin :END' stdout # No am__EXEEXT_* variable is needed. grep '_EXEEXT_[1-9]' Makefile.in && exit 1