summaryrefslogtreecommitdiff
path: root/tests/dist-missing-am.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dist-missing-am.test')
-rwxr-xr-xtests/dist-missing-am.test8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/dist-missing-am.test b/tests/dist-missing-am.test
index 49e82aa4a..bb404bc9d 100755
--- a/tests/dist-missing-am.test
+++ b/tests/dist-missing-am.test
@@ -58,11 +58,9 @@ for vpath in false :; do
fi
$MAKE >output 2>&1 && { cat output; Exit 1; }
cat output
-# FIXME: enable this stricter grepping, once bug#9768 has been taken
-# FIXME: care of.
-# # This error comes from automake, not make, so we can be stricter
-# # in our grepping of it.
-# grep 'cannot open.*zardoz\.am' output
+ # 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.
cd "$ocwd" || fatal_ "cannot chdir back to top-level test directory"
done