summaryrefslogtreecommitdiff
path: root/tests/suite/certs
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-04-05 00:58:11 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-04-05 00:58:11 +0200
commit4c5f57b2539e165aba5dfb7761a0ed454f3cb9bf (patch)
tree3f3bd8802fd5c6142c0355bea4042343c8b559bb /tests/suite/certs
parentb27faba9a3526fe67ae747cb346b98d53f8dcfbc (diff)
downloadgnutls-4c5f57b2539e165aba5dfb7761a0ed454f3cb9bf.tar.gz
depend on bash for the create-chain script
Diffstat (limited to 'tests/suite/certs')
-rwxr-xr-xtests/suite/certs/create-chain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/certs/create-chain.sh b/tests/suite/certs/create-chain.sh
index 59bd066f7f..369bc7a8b8 100755
--- a/tests/suite/certs/create-chain.sh
+++ b/tests/suite/certs/create-chain.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
srcdir=${srcdir:-.}
CERTTOOL=${CERTTOOL:-../../../src/certtool$EXEEXT}