From: Neil Horman Date: Sun, 29 Sep 2024 18:03:03 +0000 (-0400) Subject: Update test/quic-openssl-docker/run_endpoint.sh X-Git-Tag: openssl-3.5.0-alpha1~1046 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76c4f0e8ea6e885b2b0727c43778fe54ae224135;p=thirdparty%2Fopenssl.git Update test/quic-openssl-docker/run_endpoint.sh Co-authored-by: Viktor Dukhovni Reviewed-by: Viktor Dukhovni Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25528) --- diff --git a/test/quic-openssl-docker/run_endpoint.sh b/test/quic-openssl-docker/run_endpoint.sh index db26e7c426f..5cd006ab4d5 100644 --- a/test/quic-openssl-docker/run_endpoint.sh +++ b/test/quic-openssl-docker/run_endpoint.sh @@ -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