Skip to content

Commit 271c351

Browse files
rscharfegitster
authored andcommitted
t7811: don't create unused file
The file "empty" became unused with 1c5e94f (tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>', 2018-08-19); get rid of it. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 65efb42 commit 271c351

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t7811-grep-open.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ test_expect_success 'modified file' '
113113
subdir/grep.c
114114
unrelated
115115
EOF
116-
>empty &&
117116
118117
echo "enum grep_pat_token" >unrelated &&
119118
test_when_finished "git checkout HEAD unrelated" &&

0 commit comments

Comments
 (0)