git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ed25471
)
t9300: don't create unused file
author
René Scharfe
<redacted>
Wed, 27 Nov 2019 12:48:51 +0000
(13:48 +0100)
committer
Junio C Hamano
<redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9300-fast-import.sh
patch
|
blob
|
history
diff --git
a/t/t9300-fast-import.sh
b/t/t9300-fast-import.sh
index e707fb861e14ed66b7cc524ab02513eafec74fca..062d59942369163cec5bf68a4117b74a89f31683 100755
(executable)
--- 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 &&
(
git clone https://git.99rst.org/PROJECT