mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:45:50 +02:00
Path migration part 2: nu-test-support
(#13329)
# Description Part 2 of replacing `std::path` types with `nu_path` types added in #13115. This PR targets `nu-test-support`.
This commit is contained in:
@ -4,7 +4,7 @@ use assert_cmd::Command;
|
||||
fn call() {
|
||||
// Add the `nu` binaries to the path env
|
||||
let path_env = std::env::join_paths(
|
||||
std::iter::once(nu_test_support::fs::binaries()).chain(
|
||||
std::iter::once(nu_test_support::fs::binaries().into()).chain(
|
||||
std::env::var_os(nu_test_support::NATIVE_PATH_ENV_VAR)
|
||||
.as_deref()
|
||||
.map(std::env::split_paths)
|
||||
|
Reference in New Issue
Block a user