diff options
Diffstat (limited to 't/acsubst.sh')
-rwxr-xr-x | t/acsubst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/acsubst.sh b/t/acsubst.sh index 19dfbdfc1..4081f66fb 100755 --- a/t/acsubst.sh +++ b/t/acsubst.sh @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |