X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fnodep2.sh;h=5633ef98cc8ace89afadc917ba4e63bb6168b961;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=45e7d5c15d3a9cb31610296ae40f07381617d4e6;hpb=e92bd2e745cc8273654b51cc1c3712211e9b3def;p=platform%2Fupstream%2Fautomake.git diff --git a/t/nodep2.sh b/t/nodep2.sh old mode 100755 new mode 100644 index 45e7d5c..5633ef9 --- a/t/nodep2.sh +++ b/t/nodep2.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 @@ -16,7 +16,7 @@ # Another test to make sure no-dependencies option does the right thing. -. ./defs || Exit 1 +. test-init.sh cat > Makefile.am << 'END' bin_PROGRAMS = foo @@ -40,6 +40,6 @@ END $ACLOCAL $AUTOMAKE -grep DEPMODE Makefile.in && Exit 1 +grep DEPMODE Makefile.in && exit 1 :