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