summaryrefslogtreecommitdiff
path: root/t/test-trs-recover.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/test-trs-recover.sh')
-rw-r--r--t/test-trs-recover.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/test-trs-recover.sh b/t/test-trs-recover.sh
index 66e5995f4..9a6d7de72 100644
--- a/t/test-trs-recover.sh
+++ b/t/test-trs-recover.sh
@@ -94,14 +94,14 @@ grep '^PASS: baz\.test' stdout
: Recreate with a "make check" with redefined TESTS.
rm -f foo.trs bar.trs baz.trs
-run_make TESTS=foo.test check
+$MAKE TESTS=foo.test check
test -f foo.trs
test ! -e bar.trs
test ! -e baz.trs
-: Recreate with a "make check" with redefined TEST_LOGS.
+: Recreate with a "make check" with redefined suffix-less TESTS.
rm -f foo.trs bar.trs baz.trs
-run_make TEST_LOGS=bar.log check
+$MAKE TESTS=bar check
test ! -e foo.trs
test -f bar.trs
test ! -e baz.trs
@@ -149,7 +149,7 @@ test -f baz.trs
rm -f foo.trs
update_stamp
touch bar.test
-run_make -O RECHECK_LOGS= check
+run_make -O AM_LAZY_CHECK=yes check
# Check that make has updated what it needed to, but no more.
test -f foo.trs
is_newest bar.trs bar.test