Skip to content

Commit d7afb7d

Browse files
committed
---
yaml --- r: 6461841 b: refs/heads/shears/seen c: e156b7d h: refs/heads/main i: 6461839: f488b55
1 parent b216463 commit d7afb7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ refs/tags/v2.24.0.windows.2: b92b4f3e346316a86311be4d0ac551821b22439b
915915
refs/tags/v2.24.1.windows.2: 3689972ae6f8ffa00fffadf8ed25895683855c70
916916
refs/tags/v2.25.0-rc0.windows.1: 8f1dcc87c1033d06c7c9c2470ba1d17750fc0b49
917917
refs/heads/main: 508bb26ff9091890f4bf9e03540e66b63ac11198
918-
refs/heads/shears/seen: fbb22293b06d96a2d4622d6ed028ca7fb47dce3a
918+
refs/heads/shears/seen: e156b7dbaee26058321a1c7469b1a479060c223b
919919
refs/heads/vs/main: 2fe064a94ca8074cc0a25c5a3222bbff148b7bdb
920920
refs/tags/v2.14.4.windows.6: cec94c423c65cb4607d12abc0ae1f74ae7f2095e
921921
refs/tags/v2.14.4.windows.7: 7b21bd098949afcffc25c5be70954c57e0c9d80c

branches/shears/seen/t/t5532-fetch-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test_expect_success 'setup proxy script' '
2525
2626
write_script proxy <<-\EOF
2727
echo >&2 "proxying for $*"
28-
cmd=$(./proxy-get-cmd)
28+
cmd=$("$PERL_PATH" ./proxy-get-cmd)
2929
echo >&2 "Running $cmd"
3030
exec $cmd
3131
EOF

0 commit comments

Comments
 (0)