about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-02 07:55:23 +0000
committerEric Wong <e@yhbt.net>2020-08-03 04:29:02 +0000
commit70d93f6bd20a90dadcac4843a5759751fcec4e6d (patch)
treefad448a6e8be4f4030becff70109dada723d59f1
parent5ac7008232e6adb6a8f0d1305f33a5124641a5b1 (diff)
downloadpublic-inbox-70d93f6bd20a90dadcac4843a5759751fcec4e6d.tar.gz
We don't want ENV changes propagated to other tests
when using t/run.perl via "make check-run"
-rw-r--r--t/indexlevels-mirror-v1.t2
1 files changed, 1 insertions, 1 deletions
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 <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-$ENV{PI_TEST_VERSION} = 1;
+local $ENV{PI_TEST_VERSION} = 1;
 require './t/indexlevels-mirror.t';