mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 23:39:48 +02:00
Filesystem change directory coverage.
This commit is contained in:
@@ -227,8 +227,14 @@ impl Playground {
|
||||
playground_root.join(topic).display()
|
||||
));
|
||||
|
||||
let root =
|
||||
dunce::canonicalize(playground_root).expect(&format!(
|
||||
"Couldn't canonicalize tests root path {}",
|
||||
playground_root.display()
|
||||
));
|
||||
|
||||
let dirs = Dirs {
|
||||
root: PathBuf::from(playground_root),
|
||||
root,
|
||||
test,
|
||||
fixtures,
|
||||
};
|
||||
|
Reference in New Issue
Block a user