diff options
Diffstat (limited to 't/cond32.sh')
-rwxr-xr-x | t/cond32.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond32.sh b/t/cond32.sh index 07b7814c5..842704cd2 100755 --- a/t/cond32.sh +++ b/t/cond32.sh @@ -16,7 +16,7 @@ # Make sure the user can override a conditional _DEPENDENCIES. -. ./defs || exit 1 +. test-init.sh cat >>configure.ac <<'EOF' AM_CONDITIONAL([C1], [test -z "$two"]) |