diff options
Diffstat (limited to 't/subdir-cond-err.sh')
-rwxr-xr-x | t/subdir-cond-err.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subdir-cond-err.sh b/t/subdir-cond-err.sh index 4eba4f894..da0ab5697 100755 --- a/t/subdir-cond-err.sh +++ b/t/subdir-cond-err.sh @@ -16,7 +16,7 @@ # Check SUBDIRS set based on conditionals. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AM_CONDITIONAL([TEST], [true]) |