Use Nushell's PATH in which (#4690)

* Make which use our path instead of std::env

* Unignore which test

* Fix wrong fn signature without which feature
This commit is contained in:
Jakub Žádník
2022-03-03 10:38:31 +02:00
committed by GitHub
parent 50399c349f
commit d90b7953dd
3 changed files with 105 additions and 15 deletions

View File

@ -68,7 +68,6 @@ fn multiple_reports_of_multiple_alias() {
assert_eq!(length, 2);
}
#[ignore]
#[test]
fn multiple_reports_of_multiple_defs() {
let actual = nu!(