X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Foutput11.sh;h=2c236946de9a10f68aa571962a537552574ad12e;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=4413f9732af075cf3c8d9762cb4ace0689f45d3c;hpb=8a5096d150cf9803b8963768b7366cd68edcce03;p=platform%2Fupstream%2Fautomake.git diff --git a/t/output11.sh b/t/output11.sh old mode 100755 new mode 100644 index 4413f97..2c23694 --- a/t/output11.sh +++ b/t/output11.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2005-2012 Free Software Foundation, Inc. +# Copyright (C) 2005-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 @@ -16,7 +16,7 @@ # Make sure an AC_CONFIG_FILES ignore filenames with shell variables. -. ./defs || Exit 1 +. test-init.sh cat >> configure.ac << \END AC_SUBST([FOO], [foo]) @@ -53,7 +53,7 @@ $ACLOCAL $AUTOCONF $AUTOMAKE -$FGREP ' $file' Makefile.in sub/Makefile.in && Exit 1 +$FGREP ' $file' Makefile.in sub/Makefile.in && exit 1 ./configure $MAKE distcheck