diff --git a/crates/nu-std/testing.nu b/crates/nu-std/testing.nu index 077902c55d..b8ee4b3329 100644 --- a/crates/nu-std/testing.nu +++ b/crates/nu-std/testing.nu @@ -33,7 +33,7 @@ const valid_annotations = { def get-annotated [ file: path ]: nothing -> table { - ^$nu.current-exe -c $' + ^$nu.current-exe --no-config-file -c $' source `($file)` scope commands | select name attributes