Skip to content

Commit

Permalink
Revert "Fix path_with_trailing_space_gives_proper_error"
Browse files Browse the repository at this point in the history
This reverts commit 820bdcb.

This should be a separate PRs.
  • Loading branch information
konstin committed Jul 3, 2024
1 parent 820bdcb commit ddcad05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/uv/tests/venv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,7 @@ fn path_with_trailing_space_gives_proper_error() {
let path_with_trailing_slash = format!("{} ", context.cache_dir.path().display());
uv_snapshot!(context.filters(), std::process::Command::new(crate::common::get_bin())
.arg("venv")
.env("UV_CACHE_DIR", path_with_trailing_slash)
.env("UV_STACK_SIZE", (8*1024*1024).to_string()), @r###"
.env("UV_CACHE_DIR", path_with_trailing_slash), @r###"
success: false
exit_code: 2
----- stdout -----
Expand Down

0 comments on commit ddcad05

Please sign in to comment.