X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Faclocal-print-acdir.sh;h=86b0fc4929b8bb939ae21bcaee49df0cf25ebb48;hb=625678d54b616bf5c2db6c803f4b0746f70e3e53;hp=6e8aa0983e61a40a9752f33ed06cbe19349ae44f;hpb=062aeb245e68208dccb3ccc9b28e100a81dbc79b;p=platform%2Fupstream%2Fautomake.git diff --git a/t/aclocal-print-acdir.sh b/t/aclocal-print-acdir.sh old mode 100755 new mode 100644 index 6e8aa09..86b0fc4 --- a/t/aclocal-print-acdir.sh +++ b/t/aclocal-print-acdir.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 @@ -17,7 +17,7 @@ # Test on aclocal's '--print-ac-dir' option. am_create_testdir=empty -. ./defs || Exit 1 +. test-init.sh $ACLOCAL --print-ac-dir test "$($ACLOCAL --print-ac-dir)" = "$am_system_acdir"