summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-04-26 19:29:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-26 23:20:25 (GMT)
commit95110d75d972dfdd317829ae7feaf42d4f14ab25 (patch)
tree4be5887340e46164789c4c2b89d5ad9be530b4f0 /t
parentbe66a6c43dcba42c56f66a8706721a76098f8e25 (diff)
downloadgit-95110d75d972dfdd317829ae7feaf42d4f14ab25.zip
git-95110d75d972dfdd317829ae7feaf42d4f14ab25.tar.gz
git-95110d75d972dfdd317829ae7feaf42d4f14ab25.tar.bz2
t4202: fix typov1.6.3-rc3
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t4202-log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index 67f983f..64502e2 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