diff options
Diffstat (limited to 't/cond7.sh')
-rwxr-xr-x | t/cond7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond7.sh b/t/cond7.sh index 19cd12e87..4f90bde8c 100755 --- a/t/cond7.sh +++ b/t/cond7.sh @@ -16,7 +16,7 @@ # Test for an odd conditional bug. Report from Pavel Roskin. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' compat=yes |