commit | a0dc9cf8ec8e0e8b4fc150e343bd669fd251d8d1 | [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 14:05:54 2018 +0000 |
tree | b2c3eff7df2db7d96d6bb1607d011f31ac733e9c | |
parent | cb1cc80cf5d7257e5fc0071114778257e1bde352 [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 }