diff options
Diffstat (limited to 't/warning-groups-win-over-strictness.sh')
-rwxr-xr-x | t/warning-groups-win-over-strictness.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/warning-groups-win-over-strictness.sh b/t/warning-groups-win-over-strictness.sh index 8824fa7b5..057ddaf05 100755 --- a/t/warning-groups-win-over-strictness.sh +++ b/t/warning-groups-win-over-strictness.sh @@ -19,7 +19,7 @@ # levels are "catch-all warnings" (such as '-Wall' and '-Wnone'). # Since we are at it, also throw in *.am and *.m4 file inclusions. -. ./defs || exit 1 +. test-init.sh # We want complete control over automake options. AUTOMAKE=$am_original_AUTOMAKE |