From: Nikos Mavrogiannopoulos Date: Wed, 18 May 2016 20:24:33 +0000 (+0200) Subject: tests: ocsp-tls-connection: use /bin/bash since we rely on the $RANDOM variable X-Git-Tag: gnutls_3_5_1~133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4be07a1be8178b536e9e0e6c937234ca00a8d27e;p=thirdparty%2Fgnutls.git tests: ocsp-tls-connection: use /bin/bash since we rely on the $RANDOM variable --- diff --git a/tests/ocsp-tests/ocsp-tls-connection b/tests/ocsp-tests/ocsp-tls-connection index 6d2b8ac0c6..cfaee8b497 100755 --- a/tests/ocsp-tests/ocsp-tls-connection +++ b/tests/ocsp-tests/ocsp-tls-connection @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Test case: Try to establish TLS connections with gnutls-cli and # check the validity of the server certificate via OCSP