summaryrefslogtreecommitdiff
path: root/t/t1450-fsck.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-17 17:28:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-17 17:28:19 (GMT)
commit26c21f8ec65f296a7395c00e6ab0ca252912d1b2 (patch)
tree53fb62e1141b08154a2add7625a3af2fe48fb978 /t/t1450-fsck.sh
parentff3ec8a9a2ed0ee2e62e5990835430bd89a9b4f4 (diff)
parent9dad83be45003940968656cf7ea037851b0e7bfe (diff)
downloadgit-26c21f8ec65f296a7395c00e6ab0ca252912d1b2.zip
git-26c21f8ec65f296a7395c00e6ab0ca252912d1b2.tar.gz
git-26c21f8ec65f296a7395c00e6ab0ca252912d1b2.tar.bz2
Merge branch 'jc/maint-t1450-fsck-order-fix' into maint
* jc/maint-t1450-fsck-order-fix: t1450: the order the objects are checked is undefined
Diffstat (limited to 't/t1450-fsck.sh')
-rwxr-xr-xt/t1450-fsck.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/t1450-fsck.sh b/t/t1450-fsck.sh
index bf7a2cd..08aa24c 100755
--- a/t/t1450-fsck.sh
+++ b/t/t1450-fsck.sh
@@ -177,9 +177,7 @@ test_expect_success 'tag pointing to something else than its type' '
test_when_finished "remove_object $tag" &&
echo $tag >.git/refs/tags/wrong &&
test_when_finished "git update-ref -d refs/tags/wrong" &&
- test_must_fail git fsck --tags 2>out &&
- cat out &&
- grep "error in tag.*broken links" out
+ test_must_fail git fsck --tags
'
test_expect_success 'cleaned up' '