git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* t7811: don't create unused file
@ 2019-11-27 12:48 René Scharfe
  0 siblings, 0 replies; only message in thread
From: René Scharfe @ 2019-11-27 12:48 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Junio C Hamano, SZEDER Gábor

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>
---
 t/t7811-grep-open.sh | 1 -
 1 file changed, 1 deletion(-)

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" &&
--
2.24.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-27 12:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 12:48 t7811: don't create unused file René Scharfe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).