scripts/: tweak scripts/include.am to run ocsp tests before rather than after testsuite and unit.test; revert POSIXish scripts/*.test to use /bin/sh.

This commit is contained in:
Daniel Pouzzner
2020-09-14 16:06:45 -05:00
parent 8b53b181dd
commit 185994cb0b
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#crl.test

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#openssl.test

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#pkcallbacks.test

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# psk.test
# copyright wolfSSL 2016

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#resume.test

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#sniffer-testsuite.test

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# tls13.test
# copyright wolfSSL 2016

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# trusted_peer.test
# copyright wolfSSL 2016