nushell/tests
George Tsomlektsis 643b532537
Fixed mv not throwing error when the source path was invalid (#1351)
* Fixed mv not throwing error when the source path was invalid

* Fixed failing test

* Fixed another lint error

* Fix $PATH conflicts in .gitpod.Dockerfile (#1349)

- Use the correct user for gitpod Dockerfile.
- Remove unneeded packages (curl, rustc) from gitpod Dockerfile.

* Added test to check for the error

* Fixed linting error

* Fixed mv not moving files on Windows. (#1342)

Move files correctly in windows.

* Fixed mv not throwing error when the source path was invalid

* Fixed failing test

* Fixed another lint error

* Added test to check for the error

* Fixed linting error

* Changed error message

* Typo and fixed test

Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
2020-02-07 12:40:48 -05:00
..
commands Fixed mv not throwing error when the source path was invalid (#1351) 2020-02-07 12:40:48 -05:00
fixtures Switch from subprocess crate to the builtin std::process (#1284) 2020-01-26 16:03:21 +13:00
format_conversions Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
plugins More renames 2019-12-18 07:54:39 +13:00
shell Soften restrictions for external parameters (#1277) 2020-01-25 08:14:49 +13:00
main.rs Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00