]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1050-large.sh
show: use streaming API for showing blobs
[thirdparty/git.git] / t / t1050-large.sh
index f662fefa6740ccea0d2a60621c43f1cc7262dfc3..dd1bb8422c42ae527c845a8e06a24b830d315e50 100755 (executable)
@@ -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
 
 '