aboutsummaryrefslogtreecommitdiffstats
path: root/tests/account-encrypted-gpg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2023-04-26 17:41:24 +0200
committerGuilhem Moulin <guilhem@fripost.org>2023-04-26 17:41:24 +0200
commitf84716c064312dd9dc0d149f0ec7a12f5c88c3af (patch)
tree84d6b270b4b8d3ff8597472e9b0c23160a0e562e /tests/account-encrypted-gpg
parentc80a2530eb014b34a314e078fec2589bc7969e33 (diff)
tests/account-encrypted-*: Set TERM="linux".
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 :