Skip to content

Commit 65efb42

Browse files
rscharfegitster
authored andcommitted
t9300: don't create unused file
The file "frontend" became unused with 4de0bbd (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ed25471 commit 65efb42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/t9300-fast-import.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,9 +2477,6 @@ test_expect_success PIPE 'R: copy using cat-file' '
24772477
echo $expect_id blob $expect_len >expect.response &&
24782478
24792479
rm -f blobs &&
2480-
cat >frontend <<-\FRONTEND_END &&
2481-
#!/bin/sh
2482-
FRONTEND_END
24832480
24842481
mkfifo blobs &&
24852482
(

0 commit comments

Comments
 (0)