fix Nushell tests
Compare changes
- STEVAN Antoine authored
this is to preserve the same version as the top-level Nushell caller.
+ 2
− 2
@@ -13,9 +13,9 @@ def main [--ssh-addr-file: path] {
because this was developed when Nushell was in 0.95.0, some tweaks had to be added
NU var in Makefile, e.g. make NU="nu-0.95.0" test if you have Nushell 0.95.0 installed as nu-0.95.0 in PATH
$nu.current-exe for nested Nushell invocation to preserve the version set in the top-level Makefile
--no-config-file to make sure there is no interaction with the user's config, which might not be for the correct versionthis is to preserve the same version as the top-level Nushell caller.