Skip to content

Commit

Permalink
chore(tests): fix test__e2e_kloch_rezenv on UNIX
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLixm committed Jan 18, 2025
1 parent afa2691 commit 5902747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test__e2e_kloch_rezenv(tmp_path, data_dir):
check_command = ["--", "echo", "$Env:REZ_VERSION", "$Env:TESTPKG_CONFIRM_VAR"]
else:
rez_bin_dir = REZ_INSTALL_CACHE / "bin" / "rez"
check_command = ["--", "echo", "$REZ_VERSION", "$TESTPKG_CONFIRM_VAR"]
check_command = ["--", "echo", "$REZ_VERSION\n$TESTPKG_CONFIRM_VAR"]

environ = os.environ.copy()
environ[kloch.Environ.CONFIG_LAUNCHER_PLUGINS] = kloch_rezenv.__name__
Expand Down

0 comments on commit 5902747

Please sign in to comment.