Skip to content

Commit 871827f

Browse files
committed
unset test env vars
1 parent ca13fb5 commit 871827f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/plenary/path2_spec.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,9 @@ SOFTWARE.]]
12941294
local expect = home / "hello"
12951295
assert.are.same(expect.filename, p:expand())
12961296
end)
1297+
1298+
uv.os_unsetenv("FOOVAR")
1299+
uv.os_unsetenv("BARVAR")
12971300
end)
12981301
end)
12991302

0 commit comments

Comments
 (0)