projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
test: drop the implicit prereq check mechanism from test_expect_*
[notmuch]
/
test
/
T000-basic.sh
diff --git
a/test/T000-basic.sh
b/test/T000-basic.sh
index 0a8d6cdf40fc3ecc83d05f5347cd73c67e62f5f8..78e183361e7d5c572b4143c8160d02f722e15803 100755
(executable)
--- a/
test/T000-basic.sh
+++ b/
test/T000-basic.sh
@@
-23,7
+23,7
@@
test_expect_success 'success is reported like this' '
'
test_set_prereq HAVEIT
haveit=no
-test_expect_success
HAVEIT
'test runs if prerequisite is satisfied' '
+test_expect_success 'test runs if prerequisite is satisfied' '
test_have_prereq HAVEIT &&
haveit=yes
'