summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar René Scharfe <l.s.r@web.de>2019-11-27 13:48:38 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-11-30 13:48:41 -0800
commit271c351b2f0cd252d84fbe30d9a03e6f7b930e9b (patch)
tree90a7ba862b065c9d07f266cb2f8f13f2c12e750e /t
parentt9300: don't create unused file (diff)
downloadtgif-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-xt/t7811-grep-open.sh1
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" &&