diff options
Diffstat (limited to 't/subdir-distclean.sh')
-rwxr-xr-x | t/subdir-distclean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subdir-distclean.sh b/t/subdir-distclean.sh index 25274fd23..4b005e861 100755 --- a/t/subdir-distclean.sh +++ b/t/subdir-distclean.sh @@ -17,7 +17,7 @@ # Check that "./configure && make && make distclean" is actually a # no-op, even when conditional SUBDIRS are involved. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_CONFIG_FILES([sub1/Makefile sub2/Makefile sub1/subsub/Makefile]) |