1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-10 13:38:16 +01:00
nushell/crates/nu-test-support
Kevin Del Castillo 846a779516
Fix cd'ing to symlinked directories ()
* fix: absolutize path against its parent if it was a symlink.

On Linux this happens because Rust calls readlink but doesn't canonicalize the resultant path.

* feat: playground function to create symlinks

* fix: use playground dirs

* feat: test for , shift tests names
2020-04-25 18:09:00 +12:00
..
src Fix cd'ing to symlinked directories () 2020-04-25 18:09:00 +12:00
build.rs Keep dummies in default features for convenience. () 2020-01-13 01:17:56 -05:00
Cargo.toml bump to 0.13.0 () 2020-04-21 17:01:03 +12:00