aboutsummaryrefslogtreecommitdiffstats
path: root/tests/account-encrypted-gpg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2024-06-13 17:54:21 +0200
committerGuilhem Moulin <guilhem@debian.org>2024-06-13 17:54:21 +0200
commit31168af791066a43adf6a52d2f51da6185bab15e (patch)
tree134768f15684231732ef2640e5a60a630c5886ea /tests/account-encrypted-gpg
parentd531c00ae1c422b3f0948d297098722fb448edb5 (diff)
parentce6a95d172dbefd0e310c46e0a0d9c56d19e34ca (diff)
Merge tag 'v0.8.3' into debian/latest
Release version 0.8.3
Diffstat (limited to 'tests/account-encrypted-gpg')
-rw-r--r--tests/account-encrypted-gpg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/account-encrypted-gpg b/tests/account-encrypted-gpg
index fd1e4ac..7cb978d 100644
--- a/tests/account-encrypted-gpg
+++ b/tests/account-encrypted-gpg
@@ -9,7 +9,7 @@ keyid="$(gpg --list-secret-key --with-colons | grep -m1 ^fpr: | cut -sd: -f10)"
gpg --encrypt -r "$keyid" /etc/lacme/account.key
sed -ri '0,\|^#?privkey\s*=.*| {s||privkey = gpg:/etc/lacme/account.key.gpg|}' /etc/lacme/lacme-accountd.conf
-export GPG_TTY="$(tty)"
+export GPG_TTY="$(tty)" TERM="linux"
lacme account
# vim: set filetype=sh :