From 58130b97f6582455fd355ac58ae3182a28812cfc Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 29 Jan 2018 12:04:55 +0900 Subject: [PATCH] tests: Fix for NetBSD. * tests/gpg/pinentry: Use /bin/sh instead of Bash. Signed-off-by: NIIBE Yutaka --- tests/gpg/pinentry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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