From: Linus Torvalds Date: Sun, 26 Apr 2009 19:29:13 +0000 (-0700) Subject: t4202: fix typo X-Git-Tag: v1.6.3-rc3^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=95110d75d972dfdd317829ae7feaf42d4f14ab25;p=git.git t4202: fix typo 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t4202-log.sh b/t/t4202-log.sh index 67f983fea..64502e2be 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -342,7 +342,7 @@ cat > expect <<\EOF * 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