1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-15 22:05:51 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
3076378373 Slim down tests ()
This PR just tidies up some tests by removing unused code:

1. If the filesystem is not touched, don't use the filesystem
playground/sandbox
2. If the filesystem is not touched, don't specify the `cwd`
3. If the command is short, don't bother wrapping it in `pipeline()`
4. If the command doesn't have quotes, don't bother with a `r#"..."#`
raw string

Part of .
2023-04-28 13:25:44 +02:00
f43a65d7a7 Prevents duplicate fields in transpose -r () 2022-06-22 19:19:06 -05:00