Revert "Add extern for nu command" (#16180)

Reverts nushell/nushell#16119
This commit is contained in:
Bahex
2025-07-15 19:18:44 +03:00
committed by GitHub
parent c4e8e040ce
commit 2df00ff498
12 changed files with 88 additions and 143 deletions

View File

@ -290,7 +290,7 @@ fn scope_externs_sorted() {
];
let actual = nu!(&inp.join("; "));
assert!(actual.out.starts_with("abc"));
assert_eq!(actual.out, "abc");
}
#[test]