diff options
Diffstat (limited to 't/cond33.sh')
-rwxr-xr-x | t/cond33.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond33.sh b/t/cond33.sh index 53225cbed..9ea45f116 100755 --- a/t/cond33.sh +++ b/t/cond33.sh @@ -18,7 +18,7 @@ # correctly. # Report from Ralf Corsepius. -. ./defs || exit 1 +. test-init.sh cat >>configure.ac <<'EOF' AM_CONDITIONAL([INC], [test -z "$two"]) |