Don't error out if no opt-testcases/*.sh is found
This can happen in an insufficiently populated out-of-tree build. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
acc74b8413
commit
2baaf60c5d
1 changed files with 1 additions and 1 deletions
|
@ -9013,7 +9013,7 @@ run_test "TLS 1.3: HelloRetryRequest check - gnutls" \
|
|||
-c "Last error was: -0x6E00 - SSL - The handshake negotiation failed" \
|
||||
-s "HELLO RETRY REQUEST was queued"
|
||||
|
||||
for i in $(ls opt-testcases/*.sh)
|
||||
for i in opt-testcases/*.sh
|
||||
do
|
||||
. $i
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue