]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t9300: don't create unused file
authorRené Scharfe <l.s.r@web.de>
Wed, 27 Nov 2019 12:48:51 +0000 (13:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 30 Nov 2019 21:48:39 +0000 (13:48 -0800)
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>
t/t9300-fast-import.sh

index e707fb861e14ed66b7cc524ab02513eafec74fca..062d59942369163cec5bf68a4117b74a89f31683 100755 (executable)
@@ -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 &&
        (