X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fdist-missing-am.sh;h=dd074bdd7998b1dbab9a76cf51d54bde378e3d6f;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=80254c49a407767530be1ff228617a16b38b5b5e;hpb=b21d68690612214d8edd810acf11880c3c0ad586;p=platform%2Fupstream%2Fautomake.git diff --git a/t/dist-missing-am.sh b/t/dist-missing-am.sh old mode 100755 new mode 100644 index 80254c4..dd074bd --- a/t/dist-missing-am.sh +++ b/t/dist-missing-am.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011-2012 Free Software Foundation, Inc. +# Copyright (C) 2011-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 @@ # required '.am' file from a distribution tarball. # See discussion about automake bug#9768. -. ./defs || exit 1 +. test-init.sh echo AC_OUTPUT >> configure.ac @@ -54,8 +54,7 @@ for vpath in false :; do cd $distdir ./configure fi - $MAKE >output 2>&1 && { cat output; exit 1; } - cat output + run_make -e FAIL -M # This error comes from automake, not make, so we can be stricter # in our grepping of it. grep 'cannot open.*zardoz\.am' output