mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:47:44 +02:00
Test support fixes (#4517)
* Fix failing pipeline() The `skip(1)` was there likely to remove the welcome message. * Fix typo * Fix nu! test macro to enter cwd correctly Nushell's current working directory is determined primarily by the PWD environment variable.
This commit is contained in:
@ -9,7 +9,7 @@ use nu_protocol::{
|
||||
};
|
||||
use std::{io::Write, path::PathBuf};
|
||||
|
||||
// This fill collect environment variables from std::env and adds them to a stack.
|
||||
// This will collect environment variables from std::env and adds them to a stack.
|
||||
//
|
||||
// In order to ensure the values have spans, it first creates a dummy file, writes the collected
|
||||
// env vars into it (in a "NAME"="value" format, quite similar to the output of the Unix 'env'
|
||||
|
Reference in New Issue
Block a user