X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Foutput7.sh;h=d8832db129f198980219cdaa1bad09c1894f76eb;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=22d41f9903d64fdd1e42bf51b0fdb0fe69200930;hpb=b8c7e3f7ebf3ff8841b6bc1d224bbc87d71261ff;p=platform%2Fupstream%2Fautomake.git diff --git a/t/output7.sh b/t/output7.sh old mode 100755 new mode 100644 index 22d41f9..d8832db --- a/t/output7.sh +++ b/t/output7.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2003-2012 Free Software Foundation, Inc. +# Copyright (C) 2003-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 @@ -63,10 +63,9 @@ $ACLOCAL $AUTOCONF $AUTOMAKE ./configure -$MAKE >output -cat output -grep in--mk output -grep in--sub output -grep at--toplevel output +run_make -O +grep in--mk stdout +grep in--sub stdout +grep at--toplevel stdout $MAKE distcheck