summaryrefslogtreecommitdiff
path: root/tests/setup/gnupg
blob: d23ecfa34147f5fb441419b680cc8069a25fd34c (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'

t-ok