From 8c02fe60604f402616e864ab68a0a46ccc1b5d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Wed, 11 Dec 2019 19:46:31 +0100 Subject: [PATCH] t7004: don't create unused file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit msgfile2 became unused with 3968658599 (Make builtin-tag.c use parse_options., 2007-11-09), get rid of it. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- t/t7004-tag.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 80eb13d94e..e78a909544 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -517,7 +517,6 @@ test_expect_success \ test_expect_success \ 'trying to create tags giving both -m or -F options should fail' ' echo "message file 1" >msgfile1 && - echo "message file 2" >msgfile2 && ! tag_exists msgtag && test_must_fail git tag -m "message 1" -F msgfile1 msgtag && ! tag_exists msgtag &&