]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3510-cherry-pick-sequence.sh
revert: pass around rev-list args in already-parsed form
[thirdparty/git.git] / t / t3510-cherry-pick-sequence.sh
index 4d1883b7342670a997b460c398277344021adeb7..56c95ec18c5061ef8ac760503dd6fd16f72779c3 100755 (executable)
@@ -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