tests: expose bug#14991 (relates to 'distcheck')
[platform/upstream/automake.git] / t / parallel-tests-fd-redirect.sh
index 1ccaf74..cb331ca 100644 (file)
@@ -60,7 +60,7 @@ test $st -eq 0 || fatal_ "doesn't cover expected code paths"
 run_make -O -e IGNORE check
 cat foo.log
 cat bar.log
-test $am_make_rc_got -eq 0
+test $am_make_rc -eq 0
 grep "^ foofoofoo$" stdout
 grep "^ barbarbar$" stdout
 $EGREP '(foofoofoo|barbarbar)' *.log && exit 1