nushell/crates/nu-test-support/src
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
..
bins Use threads to avoid blocking reads/writes in externals. (#1440) 2020-03-02 06:19:09 +13:00
commands.rs External vars (#1615) 2020-04-21 09:45:11 +12:00
fs.rs Respect CARGO_TARGET_DIR when set (#1528) 2020-03-27 17:13:59 -04:00
lib.rs Switch to using subprocess::shell (#1264) 2020-01-24 05:21:05 +13:00
macros.rs Make tests work from directory names with spaces (#1325) 2020-01-31 22:12:56 -08:00
playground.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00