diff options
Diffstat (limited to 'tests/ocsp-tests')
-rwxr-xr-x | tests/ocsp-tests/ocsp-must-staple-connection | 2 | ||||
-rwxr-xr-x | tests/ocsp-tests/ocsp-tls-connection | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ocsp-tests/ocsp-must-staple-connection b/tests/ocsp-tests/ocsp-must-staple-connection index 2c7aa1e322..bccf77c95d 100755 --- a/tests/ocsp-tests/ocsp-must-staple-connection +++ b/tests/ocsp-tests/ocsp-must-staple-connection @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2016 Red Hat, Inc. # diff --git a/tests/ocsp-tests/ocsp-tls-connection b/tests/ocsp-tests/ocsp-tls-connection index d01b0fe9c9..4002cd9cec 100755 --- a/tests/ocsp-tests/ocsp-tls-connection +++ b/tests/ocsp-tests/ocsp-tls-connection @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Test case: Try to establish TLS connections with gnutls-cli and # check the validity of the server certificate via OCSP |