From f62ddb19552b19f398d56193d7cf20cf20b61a04 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Aug 2020 20:24:55 +0000 Subject: [PATCH] t/nntpd-v2: set PI_TEST_VERSION=2 properly Numbers are hard :< --- t/nntpd-v2.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/nntpd-v2.t b/t/nntpd-v2.t index 7fc3447e..1dd992a0 100644 --- a/t/nntpd-v2.t +++ b/t/nntpd-v2.t @@ -1,4 +1,4 @@ # Copyright (C) 2019-2020 all contributors # License: AGPL-3.0+ -local $ENV{PI_TEST_VERSION} = 1; +local $ENV{PI_TEST_VERSION} = 2; require './t/nntpd.t'; -- 2.44.0