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 <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Linus Torvalds
2009-04-26 12:29:13 -07:00
committed by Junio C Hamano
parent be66a6c43d
commit 39545e0082

View File

@ -342,7 +342,7 @@ cat > expect <<\EOF
* initial * initial
EOF EOF
test_expect_sucess 'log --graph with merge' ' test_expect_success 'log --graph with merge' '
git log --graph --date-order --pretty=tformat:%s | git log --graph --date-order --pretty=tformat:%s |
sed "s/ *$//" >actual && sed "s/ *$//" >actual &&
test_cmp expect actual test_cmp expect actual