X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fpython-dist.sh;h=bca821db95b27184f60c8f3f0cf9dea73945ed26;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=0b6a4b044d42a7cbceba38e67ca2c2537809eb0e;hpb=e2f007f0c78e011c5fab60bfad332f6aad0989f1;p=platform%2Fupstream%2Fautomake.git diff --git a/t/python-dist.sh b/t/python-dist.sh old mode 100755 new mode 100644 index 0b6a4b0..bca821d --- a/t/python-dist.sh +++ b/t/python-dist.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 distribution of *_PYTHON files. # This test does not require python. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AM_PATH_PYTHON([], [:], [:])