From 4c78ffec1672f0abb129ae00d15d951346005725 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Wed, 28 Jan 2015 20:59:31 +0100
Subject: 2.1.2 is going to be released next week

---
 tests/t0300-reencryption.sh | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'tests')

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
 '
-- 
cgit v1.2.3