X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fconffile-leading-dot.sh;h=aebeea538efe6bd9ba78c05b0c37ca38fc3bc036;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=9c4cb4fff2b43e29c58f9a6e2a90fc6430bf6aac;hpb=f4b8c5856fb76889f8a44287c2bf48256f1a2a00;p=platform%2Fupstream%2Fautomake.git diff --git a/t/conffile-leading-dot.sh b/t/conffile-leading-dot.sh old mode 100755 new mode 100644 index 9c4cb4f..aebeea5 --- a/t/conffile-leading-dot.sh +++ b/t/conffile-leading-dot.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2012 Free Software Foundation, Inc. +# Copyright (C) 2012-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 @@ -19,7 +19,7 @@ # broken in that case. required=GNUmake -. ./defs || Exit 1 +. test-init.sh cat > configure.ac << END AC_INIT([$me], [1.0]) @@ -54,8 +54,7 @@ $sleep touch Makefile.am # Check that remake rules do truly break -- otherwise automake is # giving a bogus warning. -$MAKE 2>stderr && { cat stderr >&2; Exit 1; } -cat stderr >&2 +run_make -e FAIL -E grep "config\\.status:.*invalid argument.*Makefile" stderr :