summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/librefetch-test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/librefetch-test.sh b/test/librefetch-test.sh
index d734b41..5ee5ba3 100644
--- a/test/librefetch-test.sh
+++ b/test/librefetch-test.sh
@@ -3,9 +3,6 @@
describe librefetch
. ./test-common.sh
-KEYSERVER=hkp://pool.sks-keyservers.net
-GPG="gpg --quiet --batch --no-tty --no-permission-warning --keyserver ${KEYSERVER}"
-
before() {
common_before
@@ -28,17 +25,6 @@ EOF
'MIRRORS=("phony://example.com/dir/")' \
'DOWNLOADER=/usr/bin/false' \
> "$XDG_CONFIG_HOME/libretools/librefetch.conf"
-
- printf '%s\n' \
- 'Key-Type: RSA' \
- 'Key-Length: 1024' \
- 'Key-Usage: sign' \
- 'Name-Real: Temporary LibreTools testsuite key' \
- 'Name-Email: libretools-test@localhost' \
- 'Expire-Date: 0' \
- '%no-protection' \
- '%commit' \
- | $GPG --gen-key 2>/dev/null
}
it_displays_help() {