From e1c5ae3cd5a1f9e5574ad3c7542d50d04174a79d Mon Sep 17 00:00:00 2001 From: Bahex Date: Thu, 13 Feb 2025 22:23:14 +0300 Subject: [PATCH] fix(test stdlib): scanning tests shouldn't be affected by user config (#15113) # Description # User-Facing Changes # Tests + Formatting # After Submitting Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com> --- crates/nu-std/testing.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-std/testing.nu b/crates/nu-std/testing.nu index 077902c55dd2d..b8ee4b3329587 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