From: René Scharfe Date: Wed, 27 Nov 2019 12:48:51 +0000 (+0100) Subject: t9300: don't create unused file X-Git-Tag: v2.25.0-rc0~63^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65efb428625d5616e25d38e4304f4fc7f7c36a1e;p=thirdparty%2Fgit.git t9300: don't create unused file The file "frontend" became unused with 4de0bbd898 (t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" kluge, 2010-12-13); get rid of it. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index e707fb861e..062d599423 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -2477,9 +2477,6 @@ test_expect_success PIPE 'R: copy using cat-file' ' echo $expect_id blob $expect_len >expect.response && rm -f blobs && - cat >frontend <<-\FRONTEND_END && - #!/bin/sh - FRONTEND_END mkfifo blobs && (