'git notes copy' dumps core when no arguments are given. Signed-off-by: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> --- t/t3301-notes.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index 64f32ad..67b0cc2 100755 t/t3301-notes.sh --- a/t/t3301-notes.sh +++ b/t/t3301-notes.sh @@ -1044,4 +1044,9 @@ test_expect_success 'GIT_NOTES_REWRITE_REF overrides config' ' git log -1 > output && test_cmp expect output ' + +test_expect_failure 'git notes copy segfaults' ' + git notes copy +' + test_done -- 1.7.1.1067.g5aeb7 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html