Skip to content

Commit 8c02fe6

Browse files
rscharfegitster
authored andcommitted
t7004: don't create unused file
msgfile2 became unused with 3968658 (Make builtin-tag.c use parse_options., 2007-11-09), get rid of it. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cb05d6a commit 8c02fe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t7004-tag.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ test_expect_success \
517517
test_expect_success \
518518
'trying to create tags giving both -m or -F options should fail' '
519519
echo "message file 1" >msgfile1 &&
520-
echo "message file 2" >msgfile2 &&
521520
! tag_exists msgtag &&
522521
test_must_fail git tag -m "message 1" -F msgfile1 msgtag &&
523522
! tag_exists msgtag &&

0 commit comments

Comments
 (0)