[master] 8aab77298 Undo over-zealous quoting

Nils Goroll nils.goroll at uplex.de
Thu Jan 28 15:43:06 UTC 2021


commit 8aab77298a083d241c8064a7795fa3176d76f30f
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 28 16:41:23 2021 +0100

    Undo over-zealous quoting
    
    Quote more. Do not quote too much
    
    Ref da2409c3863d1da8f2dac0ace9ae05fa0e743d81

diff --git a/tools/vtest.sh b/tools/vtest.sh
index 936a96020..6b0da37d5 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -104,7 +104,7 @@ submit () (
 		-o NumberOfPasswordPrompts=0 \
 		-o RequestTTY=no \
 		-i vt_key \
-		"${SSH_DST}" \
+		${SSH_DST} \
 		true \
 		< "${1}"
 )


More information about the varnish-commit mailing list