summaryrefslogtreecommitdiff
path: root/t/t9300-fast-import.sh
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2019-11-27 12:48:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-30 21:48:39 (GMT)
commit65efb428625d5616e25d38e4304f4fc7f7c36a1e (patch)
tree496ee0418d39118f6c76add6b1da66e52cb531c0 /t/t9300-fast-import.sh
parented254710eee0a5fcde1057593d181d40b02922e1 (diff)
downloadgit-65efb428625d5616e25d38e4304f4fc7f7c36a1e.zip
git-65efb428625d5616e25d38e4304f4fc7f7c36a1e.tar.gz
git-65efb428625d5616e25d38e4304f4fc7f7c36a1e.tar.bz2
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 <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9300-fast-import.sh')
-rwxr-xr-xt/t9300-fast-import.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh
index e707fb8..062d599 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 &&
(