summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-08-02 16:32:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-02 16:32:48 (GMT)
commitc7eb614c5cc4b265a53421354020634f92fc2d59 (patch)
tree8456be562fa7ff3bf5708673b5a2607834437a4e /t
parent304852fc77847e649c746db95e9c4675c03ee567 (diff)
parent062aeee8aa426468817c5bea96d781289b272ced (diff)
downloadgit-c7eb614c5cc4b265a53421354020634f92fc2d59.zip
git-c7eb614c5cc4b265a53421354020634f92fc2d59.tar.gz
git-c7eb614c5cc4b265a53421354020634f92fc2d59.tar.bz2
Merge branch 'jk/cat-file-batch-optim'
* jk/cat-file-batch-optim: Revert "cat-file: split --batch input lines on whitespace"
Diffstat (limited to 't')
-rwxr-xr-xt/t1006-cat-file.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh
index d499d02..4e911fb 100755
--- a/t/t1006-cat-file.sh
+++ b/t/t1006-cat-file.sh
@@ -78,13 +78,6 @@ $content"
echo $sha1 | git cat-file --batch-check="%(objecttype) %(objectname)" >actual &&
test_cmp expect actual
'
-
- test_expect_success '--batch-check with %(rest)' '
- echo "$type this is some extra content" >expect &&
- echo "$sha1 this is some extra content" |
- git cat-file --batch-check="%(objecttype) %(rest)" >actual &&
- test_cmp expect actual
- '
}
hello_content="Hello World"