Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pretty: add %D format specifier
[gitweb.git]
/
t
/
t5532-fetch-proxy.sh
diff --git
a/t/t5532-fetch-proxy.sh
b/t/t5532-fetch-proxy.sh
index 6ef43782663b07fe9594851d67ca1e314beacd24..5531bd1af42dac808d64d75a6fc3e848ef968a34 100755
(executable)
--- a/
t/t5532-fetch-proxy.sh
+++ b/
t/t5532-fetch-proxy.sh
@@
-15,7
+15,7
@@
test_expect_success 'setup remote repo' '
cat >proxy <<'EOF'
#!/bin/sh
echo >&2 "proxying for $*"
-cmd=`
$PERL_PATH
-e '
+cmd=`
"$PERL_PATH"
-e '
read(STDIN, $buf, 4);
my $n = hex($buf) - 4;
read(STDIN, $buf, $n);