From 13f42774aeb48d8bd768d2cf087262a8891e1744 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 23 Mar 2017 14:13:47 -0400 Subject: [PATCH] Use printf to print browser names --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 8433f1d..cb3f740 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3590,7 +3590,7 @@ run_client_simulation() { debugme tmln_out for name in "${short[@]}"; do #FIXME: printf formatting would look better, especially if we want a wide option here - out " ${names[i]} " + out " $(printf -- "%-33s" "${names[i]}")" if "$using_sockets" && [[ -n "${handshakebytes[i]}" ]]; then client_simulation_sockets "${handshakebytes[i]}" sclient_success=$?