chiark / gitweb /
Test suite: examplegit setup: Provide "testing" suite too
[dgit.git] / tests / setup / gnupg
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 mkdir -p $tmp/gnupg
6 cp $troot/gnupg/* $tmp/gnupg
7 chmod go-rw $tmp/gnupg/*
8
9 export GNUPGHOME=$tmp/gnupg
10
11 gpg --list-secret
12
13 t-setup-done 'GNUPGHOME' 'gnupg'
14
15 echo ok.