summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-01-28 20:59:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-01-28 20:59:31 +0100
commit4c78ffec1672f0abb129ae00d15d951346005725 (patch)
tree1075491ad8e7979687947d03792460308dfb7a62 /tests
parent27265a14a0c66970dc59924fc83e4d22f279e2d6 (diff)
downloadpass-4c78ffec1672f0abb129ae00d15d951346005725.tar.gz
pass-4c78ffec1672f0abb129ae00d15d951346005725.tar.bz2
pass-4c78ffec1672f0abb129ae00d15d951346005725.zip
2.1.2 is going to be released next week
Diffstat (limited to 'tests')
-rwxr-xr-xtests/t0300-reencryption.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/t0300-reencryption.sh b/tests/t0300-reencryption.sh
index 58d6931..9d46580 100755
--- a/tests/t0300-reencryption.sh
+++ b/tests/t0300-reencryption.sh
@@ -21,12 +21,6 @@ gpg_keys_from_group() {
canonicalize_gpg_keys "${keys[@]}"
}
-if $GPG --with-colons --list-config | grep -q '^cfg:version:2.1.[01]$'; then
- skip_all="These tests are broken with GnuPG 2.1.0 and 2.1.1."
- test_done
- exit 0
-fi
-
test_expect_success 'Setup initial key and git' '
"$PASS" init $KEY1 && "$PASS" git init
'
ogger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1