summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be66a6c)
raw | patch | inline | side by side (parent: be66a6c)
author | Linus Torvalds <torvalds@linux-foundation.org> | |
Sun, 26 Apr 2009 19:29:13 +0000 (12:29 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 26 Apr 2009 23:20:25 +0000 (16:20 -0700) |
While I did a
make -j64 test > ~/t.out
to check my previous patch (in case some test actually tested 'trustctime'
or something), I noticed this one. Somebody has speeling trouble:
t4202-log.sh: line 345: test_expect_sucess: command not found
Fixed thus.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
make -j64 test > ~/t.out
to check my previous patch (in case some test actually tested 'trustctime'
or something), I noticed this one. Somebody has speeling trouble:
t4202-log.sh: line 345: test_expect_sucess: command not found
Fixed thus.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4202-log.sh | patch | blob | history |
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index 67f983fea405934c779eb5507182b02811081450..64502e2be762a82b65a72af6847d5a3b79303d45 100755 (executable)
--- a/t/t4202-log.sh
+++ b/t/t4202-log.sh
* initial
EOF
-test_expect_sucess 'log --graph with merge' '
+test_expect_success 'log --graph with merge' '
git log --graph --date-order --pretty=tformat:%s |
sed "s/ *$//" >actual &&
test_cmp expect actual