mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:16:05 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -9,16 +9,18 @@ fn msgpack_test(fixture_name: &str, commands: Option<&str>) -> nu_test_support::
|
||||
|
||||
let mut outcome = None;
|
||||
Playground::setup(&format!("msgpack test {}", fixture_name), |dirs, _| {
|
||||
assert!(nu!(
|
||||
cwd: dirs.test(),
|
||||
format!(
|
||||
"nu -n '{}' '{}'",
|
||||
path_to_generate_nu.display(),
|
||||
fixture_name
|
||||
),
|
||||
)
|
||||
.status
|
||||
.success());
|
||||
assert!(
|
||||
nu!(
|
||||
cwd: dirs.test(),
|
||||
format!(
|
||||
"nu -n '{}' '{}'",
|
||||
path_to_generate_nu.display(),
|
||||
fixture_name
|
||||
),
|
||||
)
|
||||
.status
|
||||
.success()
|
||||
);
|
||||
|
||||
outcome = Some(nu!(
|
||||
cwd: dirs.test(),
|
||||
|
Reference in New Issue
Block a user