diff options
author | Alon Bar-Lev <alon.barlev@gmail.com> | 2017-01-05 10:35:29 +0200 |
---|---|---|
committer | Alon Bar-Lev <alon.barlev@gmail.com> | 2017-01-05 14:01:57 +0200 |
commit | 22da6ba5d5d719b125f28718861ad136fa7207af (patch) | |
tree | 7ba5a54f8e4ce4b91cb61f599a1be6125ee7e060 /tests/ocsp-tests | |
parent | 41da7be67e0e0f30ea274a6f2d5af700be064b61 (diff) | |
download | gnutls-22da6ba5d5d719b125f28718861ad136fa7207af.tar.gz |
tests: remove bash usage
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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 |