From 70d93f6bd20a90dadcac4843a5759751fcec4e6d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 2 Aug 2020 07:55:23 +0000 Subject: [PATCH] t/indexlevels-mirror-v1: localize ENV change We don't want ENV changes propagated to other tests when using t/run.perl via "make check-run" --- t/indexlevels-mirror-v1.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/indexlevels-mirror-v1.t b/t/indexlevels-mirror-v1.t index b6593319..adcc93fd 100644 --- a/t/indexlevels-mirror-v1.t +++ b/t/indexlevels-mirror-v1.t @@ -1,4 +1,4 @@ # Copyright (C) 2019-2020 all contributors # License: AGPL-3.0+ -$ENV{PI_TEST_VERSION} = 1; +local $ENV{PI_TEST_VERSION} = 1; require './t/indexlevels-mirror.t'; -- 2.44.0