summaryrefslogtreecommitdiff
path: root/t/conffile-leading-dot.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/conffile-leading-dot.sh')
-rw-r--r--t/conffile-leading-dot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/conffile-leading-dot.sh b/t/conffile-leading-dot.sh
index 6c6e57abf..aebeea538 100644
--- a/t/conffile-leading-dot.sh
+++ b/t/conffile-leading-dot.sh
@@ -54,8 +54,7 @@ $sleep
touch Makefile.am
# Check that remake rules do truly break -- otherwise automake is
# giving a bogus warning.
-$MAKE 2>stderr && { cat stderr >&2; exit 1; }
-cat stderr >&2
+run_make -e FAIL -E
grep "config\\.status:.*invalid argument.*Makefile" stderr
: