summaryrefslogtreecommitdiff
path: root/t/test-trs-recover.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 14:35:12 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 14:35:12 +0200
commita455713ab332e9c426cdcf048d6c248b93122020 (patch)
tree4c19ba43eb193a788bb2f75fa112be4b8ad204c4 /t/test-trs-recover.sh
parentd25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0 (diff)
downloadautomake-a455713ab332e9c426cdcf048d6c248b93122020.tar.gz
tests: remove obsolete hacks around maintainer-check false positives
* gen-testsuite-part, t/test-trs-recover.sh: Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/test-trs-recover.sh')
-rwxr-xr-xt/test-trs-recover.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/test-trs-recover.sh b/t/test-trs-recover.sh
index 9247b1e31..9235a1d93 100755
--- a/t/test-trs-recover.sh
+++ b/t/test-trs-recover.sh
@@ -30,9 +30,8 @@ TESTS = foo.test bar.test baz.test
TEST_LOG_COMPILER = $(SHELL)
END
-# Creative quoting below to please maintainer-check.
-echo exit '$TEST_STATUS' > foo.test
-echo exit '$TEST_STATUS' > bar.test
+echo 'exit $TEST_STATUS' > foo.test
+echo 'exit $TEST_STATUS' > bar.test
: > baz.test
TEST_STATUS=0; export TEST_STATUS