Skip to content

Commit

Permalink
ensure TMPDIR is the destination
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 22, 2023
1 parent 0471cf4 commit 28ec15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/jsons/url_protocols.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"command": [
"bash", "-c", "nc -l localhost 40256 > __OUTPUT_FILE__"
],
"url_handler": "echo \"Handler ran\" >> ${RUNNER_TEMP:-$HOME}/debug_urls.txt; for i in 1 2 3 4 5; do echo \"$*\" | nc localhost 40256 && break || sleep 1; done",
"url_handler": "echo \"Handler ran\" >> /Users/runner/work/_temp/debug_urls.txt; for i in 1 2 3 4 5; do echo \"$*\" | nc localhost 40256 && break || sleep 1; done",
"CFBundleURLTypes": [
{
"CFBundleURLName": "my-protocol-handler.menuinst",
Expand Down

0 comments on commit 28ec15c

Please sign in to comment.