diff options
-rwxr-xr-x | t/lib-gpg.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh index 11b83b8c24..4ead126835 100755 --- a/t/lib-gpg.sh +++ b/t/lib-gpg.sh @@ -1,5 +1,3 @@ -#!/bin/sh - gpg_version=$(gpg --version 2>&1) if test $? != 127 then |