summaryrefslogtreecommitdiff
path: root/tests/setup/gnupg
blob: 97cdb6498bb53f94c0b6befbb370da8b8d5657e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
set -e
. tests/lib

mkdir -p $tmp/gnupg
cp $troot/gnupg/* $tmp/gnupg
chmod go-rw $tmp/gnupg/*

export GNUPGHOME=$tmp/gnupg

gpg --list-secret

t-setup-done 'GNUPGHOME' 'gnupg'

echo ok.