diff options
Diffstat (limited to 't/cond4.sh')
-rwxr-xr-x | t/cond4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond4.sh b/t/cond4.sh index 72d98c9dd..cc580c675 100755 --- a/t/cond4.sh +++ b/t/cond4.sh @@ -16,7 +16,7 @@ # Another sources-in-conditional test. Report from Tim Goodwin. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_SUBST([CC], [false]) |