mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
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:
@ -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!(
|
||||
|
Reference in New Issue
Block a user