am-ft: make the environment available earlier
[platform/upstream/automake.git] / t / tap-signal.tap
index 27e23ab..f1a8130 100644 (file)
@@ -113,7 +113,7 @@ command_ok_ '"make check" fails' eval '
     # garbled output with NetBSD make, which would miss some final
     # newlines in the expected places and thus mess up our TAP output.
     set +x; echo
-    test $am_make_rc_got -gt 0
+    test $am_make_rc -gt 0
   )
 '
 cat stdout # For debugging.