summaryrefslogtreecommitdiff
path: root/t/parallel-tests-fd-redirect-exeext.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-24 20:54:41 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-24 20:54:41 +0200
commit74c1336d0ccc7549e87839ae1f1036751d3f667a (patch)
treeebe2f72dd9e26f4fe68d268034bcc327e0ad8719 /t/parallel-tests-fd-redirect-exeext.sh
parentf6b9a22e7e7de330961cecdb55dbfcf15bb7e3c9 (diff)
downloadautomake-74c1336d0ccc7549e87839ae1f1036751d3f667a.tar.gz
tests: rename $am_make_rc_got -> $am_make_rc
The latter is more natural More importantly, I keep misspelling the former over and over. * t/ax/am-test-lib.sh (run_make): Update. * t/ax/tap-summary-aux.sh: Adjust. * t/ax/testsuite-summary-checks.sh: Likewise. * t/parallel-tests-exit-statuses.sh: Likewise. * t/parallel-tests-extra-programs.sh: Likewise. * t/parallel-tests-fd-redirect-exeext.sh: Likewise. * t/parallel-tests-fd-redirect.sh: Likewise. * t/parallel-tests-fork-bomb.sh: Likewise. * t/parallel-tests-no-spurious-summary.sh: Likewise. * t/parallel-tests-recheck-pr11791.sh: Likewise. * t/parallel-tests-reset-term.sh: Likewise. * t/tap-signal.tap: Likewise. * t/test-driver-acsubst.sh: Likewise. * t/test-driver-cond.sh: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/parallel-tests-fd-redirect-exeext.sh')
-rw-r--r--t/parallel-tests-fd-redirect-exeext.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-fd-redirect-exeext.sh b/t/parallel-tests-fd-redirect-exeext.sh
index e4d7caa69..1dcdbd906 100644
--- a/t/parallel-tests-fd-redirect-exeext.sh
+++ b/t/parallel-tests-fd-redirect-exeext.sh
@@ -107,7 +107,7 @@ test $st -eq 0 || fatal_ "doesn't cover expected code paths"
run_make -O -e IGNORE check
cat baz.log
cat qux.log
-test $am_make_rc_got -eq 0
+test $am_make_rc -eq 0
grep "^ bazbazbaz$" stdout
grep "^ quxquxqux$" stdout
$EGREP '(bazbazbaz|quxquxqux)' *.log && exit 1