Oops, the test `remake-am-opts.test' was partly broken due to a stupid
typo in the generated Automake wrapper; here is what I squashed in to
fix the issue:

-*-*-

diff --git a/tests/remake-am-opts.test b/tests/remake-am-opts.test
index 64312d5..62377d1 100755
--- a/tests/remake-am-opts.test
+++ b/tests/remake-am-opts.test
@@ -55,7 +55,7 @@ $d  --ignore-deps) seen_ignore_deps=: ;;
   esac
   shift
 done
-\$seen_strictnrss || {
+\$seen_strictness || {
   echo "\$0: option --$strictness not seen" >&2
   exit 1
 }

-*-*-

The test still passes (tested with this patch applied, and
with the whole series applied).

Regards,
   Stefano

Reply via email to