Skip to content

Commit

Permalink
WIP: Try to debug MacOS issue with ECDSA
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Jul 30, 2024
1 parent 6f2a69a commit 3d52d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttls
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ run_test() {
expect {
eof {exit 0;};
default {exit 1;};
}" > "${TMPPDIR}/s_server_output" &
}" | tee "${TMPPDIR}/s_server_output" &
SERVER_PID=$!

read -r < "${TMPPDIR}/s_server_ready"
Expand Down

0 comments on commit 3d52d88

Please sign in to comment.