mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 00:12:58 +00:00
The test was reading the operating system error message which is dependent on the system locale. Just test for the `(os error 2)` errorcode instead. This should support both unixoid systems and Windows in more locales.