mirror of
https://github.com/git/git.git
synced 2026-01-20 13:57:19 +09:00
t7811: don't create unused file
The file "empty" became unused with 1c5e94f459 (tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>', 2018-08-19); get rid of it. Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
65efb42862
commit
271c351b2f
@ -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" &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user