summaryrefslogtreecommitdiff
path: root/tests/gpg
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-01-29 12:04:55 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-01-29 12:04:55 +0900
commit58130b97f6582455fd355ac58ae3182a28812cfc (patch)
treebea6a27961429ec06f21417dd117f24e4d87db91 /tests/gpg
parent37d62e9d0f685c257fdb5f303e60ff01f8a36a2f (diff)
downloadgpgme-58130b97f6582455fd355ac58ae3182a28812cfc.tar.gz
tests: Fix for NetBSD.
* tests/gpg/pinentry: Use /bin/sh instead of Bash. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'tests/gpg')
-rwxr-xr-xtests/gpg/pinentry2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/pinentry b/tests/gpg/pinentry
index 3b997268..b12caae2 100755
--- a/tests/gpg/pinentry
+++ b/tests/gpg/pinentry
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
# Dummy pinentry
#
# Copyright 2008 g10 Code GmbH