X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fcheck5.sh;h=738b3a1305e43199b34851b46cc2eec98822f8bc;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=2f57e56b6810ddb1e54f9bc2373b4dac96b89374;hpb=153f861b91221d14842c495efa0b1f10d9455855;p=platform%2Fupstream%2Fautomake.git diff --git a/t/check5.sh b/t/check5.sh old mode 100755 new mode 100644 index 2f57e56..738b3a1 --- a/t/check5.sh +++ b/t/check5.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2006-2012 Free Software Foundation, Inc. +# Copyright (C) 2006-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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