diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-20 17:44:46 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-20 17:45:25 +0200 |
commit | f8e03db297e846646c9d78a8c68dee19bf2d8918 (patch) | |
tree | 062358482bf8522ff6fe180a02800f57bf1d08f9 /tests/suite/testcompat-main-openssl | |
parent | f1514824513b3e4fc9ede5d33f2e87f70507cb03 (diff) | |
download | gnutls-f8e03db297e846646c9d78a8c68dee19bf2d8918.tar.gz |
tests: use /bin/bash in tests which require common.sh
Diffstat (limited to 'tests/suite/testcompat-main-openssl')
-rwxr-xr-x | tests/suite/testcompat-main-openssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/testcompat-main-openssl b/tests/suite/testcompat-main-openssl index d6b53e0a26..6933c9c780 100755 --- a/tests/suite/testcompat-main-openssl +++ b/tests/suite/testcompat-main-openssl @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2010-2016, Free Software Foundation, Inc. # Copyright (c) 2012-2016, Nikos Mavrogiannopoulos |