Skip to content

Commit b3115e0

Browse files
committed
fix test
1 parent 503a3de commit b3115e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/test-performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_slow_exprid(tmpdir):
141141
}
142142
""")
143143

144-
my_env = os.environ
144+
my_env = os.environ.copy()
145145
my_env["DISABLE_VALUEFLOW"] = "1"
146146
cppcheck([filename], env=my_env)
147147

0 commit comments

Comments
 (0)