aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
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