aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-05-20 17:06:49 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-05-20 17:06:49 -0500
commitd58533b18e5f3ea755b646f38e2579e76d0ff90a (patch)
tree5167ba9f7ee6646de225e0463e29fdb0633f7d1f /testsuite
parentdbd4a5a3b7265e3292286f320ea53d048c80f307 (diff)
Change test for [which make] to [which sh]
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/runtest.libs/utils.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/runtest.libs/utils.test b/testsuite/runtest.libs/utils.test
index f4b13dd..8be6a2e 100644
--- a/testsuite/runtest.libs/utils.test
+++ b/testsuite/runtest.libs/utils.test
@@ -139,12 +139,12 @@ if {[which [file join $objdir .. config.status]] != 0} {
fail "which, absolute path to config.status"
}
-# Test 'which make'.
+# Test 'which sh'.
#
-if {[which make] != 0} {
- pass "which, make"
+if {[which sh] != 0} {
+ pass "which, sh"
} else {
- fail "which, make"
+ fail "which, sh"
}
### Do not adjust the comment on the next line. The grep test case