X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fspecflg-dummy.sh;h=89ac20657fd5efb282b923560d7f46a9aebb5d3f;hb=3fd6f1648b4bb773a3d7036e9409e4920349e213;hp=1486f4c9c011ac02909abfe95397e69845bd2942;hpb=8a5096d150cf9803b8963768b7366cd68edcce03;p=platform%2Fupstream%2Fautomake.git diff --git a/t/specflg-dummy.sh b/t/specflg-dummy.sh old mode 100755 new mode 100644 index 1486f4c..89ac206 --- a/t/specflg-dummy.sh +++ b/t/specflg-dummy.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 @@ -20,7 +20,7 @@ # even if AM_CFLAGS is undefined. Similarly for other *FLAGS variables # (CXXFLAGS, YFLAGS, LDFLAGS, ...) -. ./defs || Exit 1 +. test-init.sh # Disable shell globbing if possible. (set +f) >/dev/null 2>&1 && set +f