nushell/crates/nu-test-support
Kevin Del Castillo 846a779516
Fix cd'ing to symlinked directories (#1651)
* 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 #1631, shift tests names
2020-04-25 18:09:00 +12:00
..
src Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
build.rs Keep dummies in default features for convenience. (#1212) 2020-01-13 01:17:56 -05:00
Cargo.toml bump to 0.13.0 (#1625) 2020-04-21 17:01:03 +12:00