git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3fc0dca
)
test-lib: fix typo in comment
author
Torstein Hegge
<redacted>
Sun, 27 Oct 2013 09:56:33 +0000
(10:56 +0100)
committer
Junio C Hamano
<redacted>
Mon, 28 Oct 2013 16:18:25 +0000
(09:18 -0700)
Point test writers to the test_expect_* functions properly.
Signed-off-by: Torstein Hegge <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/test-lib.sh
patch
|
blob
|
history
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 1aa27bdbbf39bd937a6bb66a7eafeda16bb76246..c5e914a781e7aff82f712cecf2b2320320a0dc44 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-325,7
+325,7
@@
trap 'die' EXIT
. "$TEST_DIRECTORY/test-lib-functions.sh"
# You are not expected to call test_ok_ and test_failure_ directly, use
-# the te
x
t_expect_* functions instead.
+# the te
s
t_expect_* functions instead.
test_ok_ () {
test_success=$(($test_success + 1))
git clone https://git.99rst.org/PROJECT