summaryrefslogtreecommitdiff
path: root/t/dist-missing-included-m4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/dist-missing-included-m4.sh')
-rw-r--r--t/dist-missing-included-m4.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/dist-missing-included-m4.sh b/t/dist-missing-included-m4.sh
index 8d21a61b1..f1398f3c7 100644
--- a/t/dist-missing-included-m4.sh
+++ b/t/dist-missing-included-m4.sh
@@ -56,11 +56,11 @@ for vpath in false :; do
cd $distdir
./configure
fi
- run_make -e FAIL -M
+ run_make -e FAIL -E
# This error will come from automake, not make, so we can be stricter
# in our grepping of it.
- grep 'zardoz\.m4.*does not exist' output
- grep 'foobar\.m4' output && exit 1 # No spurious error, please.
+ grep 'zardoz\.m4.*does not exist' stderr
+ grep 'foobar\.m4' stderr && exit 1 # No spurious error, please.
cd "$ocwd" || fatal_ "cannot chdir back to top-level test directory"
done