diff options
Diffstat (limited to 't/conff.sh')
-rwxr-xr-x | t/conff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/conff.sh b/t/conff.sh index b6f908138..745620713 100755 --- a/t/conff.sh +++ b/t/conff.sh @@ -17,7 +17,7 @@ # Make sure rebuild rules work even when AC_CONFIG_FILES uses colons. # Report from Alexander Turbov. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_CONFIG_FILES([bar/Makefile:bar/Makefile.in:Makefile.bot]) |