diff options
| author | David Bremner <david@tethera.net> | 2016-09-08 22:18:37 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-08 22:18:37 -0300 |
| commit | 07dff496304d6dc2e8033a18691b095ed9cd212f (patch) | |
| tree | aa9825c27bcab84a5ec8d5a49fdc3d5fbe2dd6ec /test | |
| parent | fce8146a8b738f2317034fee6236cdbd3597849b (diff) | |
| parent | da5029e2ac8dfd8a839de1f6a4701237d0b34db1 (diff) | |
Merge branch 'release'
hand fixed conflicts with NEWS
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T350-crypto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 3656cce9..96349fa0 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -25,8 +25,8 @@ add_gnupg_home () ################################################## add_gnupg_home -# get key fingerprint -FINGERPRINT=$(gpg --no-tty --list-secret-keys --with-colons --fingerprint | grep '^fpr:' | cut -d: -f10) +# Change this if we ship a new test key +FINGERPRINT="5AEAB11F5E33DCE875DDB75B6D92612D94E46381" test_expect_success 'emacs delivery of signed message' \ 'emacs_fcc_message \ |
