diff options
Diffstat (limited to 't/primary-prefix-couples-documented-valid.sh')
-rwxr-xr-x | t/primary-prefix-couples-documented-valid.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/primary-prefix-couples-documented-valid.sh b/t/primary-prefix-couples-documented-valid.sh index 5b43157f8..89e7880fd 100755 --- a/t/primary-prefix-couples-documented-valid.sh +++ b/t/primary-prefix-couples-documented-valid.sh @@ -18,7 +18,7 @@ # examples in the Automake manual do not cause obvious errors. # Please keep this test in sync with the automake manual. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac <<'END' AC_PROG_CC |