diff options
Diffstat (limited to 't/cond45.sh')
-rwxr-xr-x | t/cond45.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond45.sh b/t/cond45.sh index 5e010cf4c..0db9d8c7e 100755 --- a/t/cond45.sh +++ b/t/cond45.sh @@ -17,7 +17,7 @@ # Check that redefinitions of AC_SUBST'ed AM_SUBST_NOTMAKE'd variables # are not diagnosed. See 'cond24.sh'. -. ./defs || exit 1 +. test-init.sh cat >>configure.ac <<EOF AC_SUBST([foo], [bar]) |