diff options
Diffstat (limited to 't/pluseq7.sh')
-rwxr-xr-x | t/pluseq7.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pluseq7.sh b/t/pluseq7.sh index c7ea2ad4e..f9a667fc1 100755 --- a/t/pluseq7.sh +++ b/t/pluseq7.sh @@ -16,7 +16,7 @@ # Test that '+=' fails when required. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CC |