File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ refs/tags/v2.24.0.windows.2: b92b4f3e346316a86311be4d0ac551821b22439b
915915refs/tags/v2.24.1.windows.2: 3689972ae6f8ffa00fffadf8ed25895683855c70
916916refs/tags/v2.25.0-rc0.windows.1: 8f1dcc87c1033d06c7c9c2470ba1d17750fc0b49
917917refs/heads/main: 508bb26ff9091890f4bf9e03540e66b63ac11198
918- refs/heads/shears/seen: fbb22293b06d96a2d4622d6ed028ca7fb47dce3a
918+ refs/heads/shears/seen: e156b7dbaee26058321a1c7469b1a479060c223b
919919refs/heads/vs/main: 2fe064a94ca8074cc0a25c5a3222bbff148b7bdb
920920refs/tags/v2.14.4.windows.6: cec94c423c65cb4607d12abc0ae1f74ae7f2095e
921921refs/tags/v2.14.4.windows.7: 7b21bd098949afcffc25c5be70954c57e0c9d80c
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments