summaryrefslogtreecommitdiff
path: root/t/t1050-large.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-03-07 10:54:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-07 17:07:38 (GMT)
commit74775a09b166fb85f5dce816548e337f11124c6b (patch)
tree3a44c63f536add1d711e43d808771c0485d73e14 /t/t1050-large.sh
parent090ea12671b2971b1c613f0a3d2657e8cdd35134 (diff)
downloadgit-74775a09b166fb85f5dce816548e337f11124c6b.zip
git-74775a09b166fb85f5dce816548e337f11124c6b.tar.gz
git-74775a09b166fb85f5dce816548e337f11124c6b.tar.bz2
show: use streaming API for showing blobs
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1050-large.sh')
-rwxr-xr-xt/t1050-large.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1050-large.sh b/t/t1050-large.sh
index f662fef..dd1bb84 100755
--- a/t/t1050-large.sh
+++ b/t/t1050-large.sh
@@ -125,7 +125,7 @@ test_expect_success 'cat-file a large file from a tag' '
git cat-file blob largefiletag >/dev/null
'
-test_expect_failure 'git-show a large file' '
+test_expect_success 'git-show a large file' '
git show :large1 >/dev/null
'