Skip to content

Commit 95110d7

Browse files
torvaldsgitster
authored andcommitted
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>
1 parent be66a6c commit 95110d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4202-log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ cat > expect <<\EOF
342342
* initial
343343
EOF
344344

345-
test_expect_sucess 'log --graph with merge' '
345+
test_expect_success 'log --graph with merge' '
346346
git log --graph --date-order --pretty=tformat:%s |
347347
sed "s/ *$//" >actual &&
348348
test_cmp expect actual

0 commit comments

Comments
 (0)