summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs12-utf8
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs12-utf8')
-rwxr-xr-xtests/cert-tests/pkcs12-utf85
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/cert-tests/pkcs12-utf8 b/tests/cert-tests/pkcs12-utf8
index 1d70e95656..1842136eaa 100755
--- a/tests/cert-tests/pkcs12-utf8
+++ b/tests/cert-tests/pkcs12-utf8
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# Copyright (C) 2016 Red Hat, Inc.
# Inc.
@@ -22,7 +22,8 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# This test cannot run under windows because it passes UTF8 data on command
-# line. This seems not to work under windows.
+# line. This seems not to work under windows. It intentionally depends on
+# bash as few other shells cannot handle utf8 strings
srcdir="${srcdir:-.}"
CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"