Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.7.7' into maint
[gitweb.git]
/
t
/
t5704-bundle.sh
diff --git
a/t/t5704-bundle.sh
b/t/t5704-bundle.sh
index 728ccd88c3d69f06bff2c3593ddc325f9186402c..4ae127d106c4a8ada0cea928affeff933bf0dbaa 100755
(executable)
--- a/
t/t5704-bundle.sh
+++ b/
t/t5704-bundle.sh
@@
-53,4
+53,10
@@
test_expect_failure 'bundle --stdin <rev-list options>' '
'
+test_expect_success 'empty bundle file is rejected' '
+
+ >empty-bundle && test_must_fail git fetch empty-bundle
+
+'
+
test_done