diff --git a/crates/nu-cli/tests/commands/autoenv.rs b/crates/nu-cli/tests/commands/autoenv.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/crates/nu-cli/tests/commands/autoenv.rs @@ -0,0 +1 @@ + diff --git a/crates/nu-cli/tests/commands/autoenv_trust.rs b/crates/nu-cli/tests/commands/autoenv_trust.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/crates/nu-cli/tests/commands/autoenv_trust.rs @@ -0,0 +1 @@ + diff --git a/crates/nu-cli/tests/commands/autoenv_untrust.rs b/crates/nu-cli/tests/commands/autoenv_untrust.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/crates/nu-cli/tests/commands/autoenv_untrust.rs @@ -0,0 +1 @@ + diff --git a/crates/nu-cli/tests/commands/mod.rs b/crates/nu-cli/tests/commands/mod.rs index b96e20821..9127759a5 100644 --- a/crates/nu-cli/tests/commands/mod.rs +++ b/crates/nu-cli/tests/commands/mod.rs @@ -1,6 +1,5 @@ mod alias; mod append; -mod average; mod autoenv; mod autoenv_trust; mod autoenv_untrust;