commit | 5b6425a9313bdeb32380eb08fb1aec4a2e1213a9 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Nov 20 11:31:17 2018 +0000 |
committer | Hanno Becker <hanno.becker@arm.com> | Thu Nov 22 16:38:06 2018 +0000 |
tree | 4688915891e93e4a97e57efe3be0621659b2b3bb | |
parent | fc20c14e76c32e6d6b10af650bdfb0b37c3d40a5 [diff] [blame] |
Remove superfluous quotes in ssl-opt.sh
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 6b24a29..5d8efc2 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -186,7 +186,7 @@ } requires_ciphersuite_enabled() { - if [ -z "$($P_CLI --help | grep "$1")" ]; then + if [ -z "$($P_CLI --help | grep $1)" ]; then SKIP_NEXT="YES" fi }