Skip to content

Commit

Permalink
Update test/quic-openssl-docker/run_endpoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Dukhovni <[email protected]>

Reviewed-by: Viktor Dukhovni <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#25528)
  • Loading branch information
nhorman authored and t8m committed Oct 4, 2024
1 parent a941f5d commit 76c4f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quic-openssl-docker/run_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ "$ROLE" == "client" ]; then
for req in $REQUESTS
do
OUTFILE=$(basename $req)
echo -n "$OUTFILE " > ./reqfile.txt
printf "%s " "$OUTFILE" >> ./reqfile.txt
HOSTNAME=$(printf "%s\n" "$req" | sed -ne 's,^https://\([^/:]*\).*,\1,p')
HOSTPORT=$(printf "%s\n" "$req" | sed -ne 's,^https://[^:/]*:\([^/]*\).*,\1,p')
done
Expand Down

0 comments on commit 76c4f0e

Please sign in to comment.