diff options
author | René Scharfe <l.s.r@web.de> | 2019-11-27 13:48:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-30 13:48:41 -0800 |
commit | 271c351b2f0cd252d84fbe30d9a03e6f7b930e9b (patch) | |
tree | 90a7ba862b065c9d07f266cb2f8f13f2c12e750e /t | |
parent | t9300: don't create unused file (diff) | |
download | tgif-271c351b2f0cd252d84fbe30d9a03e6f7b930e9b.tar.xz |
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t7811-grep-open.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t7811-grep-open.sh b/t/t7811-grep-open.sh index d1ebfd88c7..a98785da79 100755 --- a/t/t7811-grep-open.sh +++ b/t/t7811-grep-open.sh @@ -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" && |