summaryrefslogtreecommitdiff
path: root/t/aclocal-macrodir.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-macrodir.tap')
-rwxr-xr-xt/aclocal-macrodir.tap3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/aclocal-macrodir.tap b/t/aclocal-macrodir.tap
index 5ef1ee443..4114edb3a 100755
--- a/t/aclocal-macrodir.tap
+++ b/t/aclocal-macrodir.tap
@@ -164,7 +164,7 @@ AC_INIT([oops], [1.0])
AC_CONFIG_MACRO_DIR([non-existent])
END
-not $ACLOCAL 2>stderr \
+not $ACLOCAL -Wnone 2>stderr \
&& cat stderr >&2 \
&& grep "couldn't open directory 'non-existent'" stderr \
|| r='not ok'
@@ -173,5 +173,4 @@ test_end
#---------------------------------------------------------------------------
-
: