Skip to content

Commit

Permalink
t7811: don't create unused file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rscharfe authored and gitster committed Nov 30, 2019
1 parent 65efb42 commit 271c351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/t7811-grep-open.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ test_expect_success 'modified file' '
subdir/grep.c
unrelated
EOF
>empty &&
echo "enum grep_pat_token" >unrelated &&
test_when_finished "git checkout HEAD unrelated" &&
Expand Down

0 comments on commit 271c351

Please sign in to comment.