clean cp tests (#12202)

# Description
There are lots of duplicate test for `cp`, it's because we once have
`old-cp` command.

Today `old-cp` is removed, so there is no need to keep these tests.
This commit is contained in:
Wind
2024-03-14 19:30:50 +08:00
committed by GitHub
parent 8abc7e6d5e
commit 64bab4b6a6
3 changed files with 49 additions and 634 deletions

View File

@ -12,7 +12,6 @@ mod config_env_default;
mod config_nu_default;
mod continue_;
mod conversions;
mod cp;
#[cfg(feature = "sqlite")]
mod database;
mod date;