commit | 11999bb72ec165f4762f23a894f91d91c1adfa7a | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Tue Mar 13 15:22:58 2018 +0000 |
committer | Darryl Green <darryl.green@arm.com> | Tue May 15 09:21:57 2018 +0100 |
tree | 6c381396022b2044559d23b0e2e8ded93aac6f25 | |
parent | cdd97fd63282779907a37b6a785bfbcf1b8fa964 [diff] [blame] |
Fix minor code style issues
diff --git a/tests/compat.sh b/tests/compat.sh index 34e38f1..a2b2d5b 100755 --- a/tests/compat.sh +++ b/tests/compat.sh
@@ -998,7 +998,7 @@ if [ $EXIT -eq 0 ]; then RESULT=0 else - # If the cipher isn't supported... + # If the cipher isn't supported... if grep 'Cipher is (NONE)' $CLI_OUT >/dev/null; then RESULT=1 else