Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revert: pass around rev-list args in already-parsed form
[gitweb.git]
/
t
/
t3510-cherry-pick-sequence.sh
diff --git
a/t/t3510-cherry-pick-sequence.sh
b/t/t3510-cherry-pick-sequence.sh
index 4d1883b7342670a997b460c398277344021adeb7..56c95ec18c5061ef8ac760503dd6fd16f72779c3 100755
(executable)
--- a/
t/t3510-cherry-pick-sequence.sh
+++ b/
t/t3510-cherry-pick-sequence.sh
@@
-461,4
+461,9
@@
test_expect_success 'malformed instruction sheet 2' '
test_must_fail git cherry-pick --continue
'
+test_expect_success 'empty commit set' '
+ pristine_detach initial &&
+ test_expect_code 128 git cherry-pick base..base
+'
+
test_done