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/danetool.sh | |
parent | f1514824513b3e4fc9ede5d33f2e87f70507cb03 (diff) | |
download | gnutls-f8e03db297e846646c9d78a8c68dee19bf2d8918.tar.gz |
tests: use /bin/bash in tests which require common.sh
Diffstat (limited to 'tests/danetool.sh')
-rwxr-xr-x | tests/danetool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/danetool.sh b/tests/danetool.sh index be4445d93e..4b5f5b74cd 100755 --- a/tests/danetool.sh +++ b/tests/danetool.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 2016 Red Hat, Inc. # |