]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update test/quic-openssl-docker/run_endpoint.sh
authorNeil Horman <nhorman@openssl.org>
Sun, 29 Sep 2024 18:03:03 +0000 (14:03 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 4 Oct 2024 15:42:49 +0000 (17:42 +0200)
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25528)

test/quic-openssl-docker/run_endpoint.sh

index db26e7c426f3e4fd1ac827f643ef241f968fd696..5cd006ab4d548bb649b6d8a9a218e8fa8c5d67dc 100644 (file)
@@ -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