summaryrefslogtreecommitdiff
path: root/t/distcheck-pr10470.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/distcheck-pr10470.sh')
-rw-r--r--t/distcheck-pr10470.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/distcheck-pr10470.sh b/t/distcheck-pr10470.sh
index 69a638db2..4db85426c 100644
--- a/t/distcheck-pr10470.sh
+++ b/t/distcheck-pr10470.sh
@@ -49,7 +49,7 @@ $AUTOMAKE -a
./configure
# We can build the distribution.
-run_make -M distcheck
+run_make -E distcheck
# Sanity check: verify that our code has hit a problem removing
# the distdir, but has recovered from it.
$EGREP "(^| )(rm|find):.*$distdir" output || fatal_ "expected code path not covered"