summaryrefslogtreecommitdiffstats
path: root/t/t1050-large.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-03-07 11:54:19 +0100
committerJunio C Hamano <gitster@pobox.com>2012-03-07 18:07:38 +0100
commit74775a09b166fb85f5dce816548e337f11124c6b (patch)
tree3a44c63f536add1d711e43d808771c0485d73e14 /t/t1050-large.sh
parentparse_object: avoid putting whole blob in core (diff)
downloadgit-74775a09b166fb85f5dce816548e337f11124c6b.tar.xz
git-74775a09b166fb85f5dce816548e337f11124c6b.zip
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 f662fefa67..dd1bb8422c 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
'