From 22da6ba5d5d719b125f28718861ad136fa7207af Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Thu, 5 Jan 2017 10:35:29 +0200 Subject: tests: remove bash usage Signed-off-by: Alon Bar-Lev --- tests/suite/certtool-pkcs11.sh | 2 +- tests/suite/eagain.sh | 2 +- tests/suite/testcompat-main-openssl | 2 +- tests/suite/testcompat-main-polarssl | 2 +- tests/suite/testdane.sh | 2 +- tests/suite/testpkcs11.sh | 2 +- tests/suite/testrng.sh | 2 +- tests/suite/testsrn.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/suite') diff --git a/tests/suite/certtool-pkcs11.sh b/tests/suite/certtool-pkcs11.sh index 6a083bced3..39933cd0c3 100755 --- a/tests/suite/certtool-pkcs11.sh +++ b/tests/suite/certtool-pkcs11.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2016 Nikos Mavrogiannopoulos # diff --git a/tests/suite/eagain.sh b/tests/suite/eagain.sh index afeb6e2fcb..235a5390ec 100755 --- a/tests/suite/eagain.sh +++ b/tests/suite/eagain.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2006-2008, 2010, 2012 Free Software Foundation, Inc. # diff --git a/tests/suite/testcompat-main-openssl b/tests/suite/testcompat-main-openssl index e38d7238e8..28461de569 100755 --- a/tests/suite/testcompat-main-openssl +++ b/tests/suite/testcompat-main-openssl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2010-2016, Free Software Foundation, Inc. # Copyright (c) 2012-2016, Nikos Mavrogiannopoulos diff --git a/tests/suite/testcompat-main-polarssl b/tests/suite/testcompat-main-polarssl index 311b1ca5ef..e945fd5025 100755 --- a/tests/suite/testcompat-main-polarssl +++ b/tests/suite/testcompat-main-polarssl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2010-2015, Free Software Foundation, Inc. # Copyright (c) 2012-2015, Nikos Mavrogiannopoulos diff --git a/tests/suite/testdane.sh b/tests/suite/testdane.sh index 5bef05dfa7..2f1cb6e7b9 100755 --- a/tests/suite/testdane.sh +++ b/tests/suite/testdane.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2013 Nikos Mavrogiannopoulos # diff --git a/tests/suite/testpkcs11.sh b/tests/suite/testpkcs11.sh index 414a5ae89b..d3985edc77 100755 --- a/tests/suite/testpkcs11.sh +++ b/tests/suite/testpkcs11.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2013 Nikos Mavrogiannopoulos # diff --git a/tests/suite/testrng.sh b/tests/suite/testrng.sh index fabd4eea2f..c45c9300eb 100755 --- a/tests/suite/testrng.sh +++ b/tests/suite/testrng.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2014 Nikos Mavrogiannopoulos # diff --git a/tests/suite/testsrn.sh b/tests/suite/testsrn.sh index b41dbb442f..aba3df589c 100755 --- a/tests/suite/testsrn.sh +++ b/tests/suite/testsrn.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2010-2012 Free Software Foundation, Inc. # -- cgit v1.2.1