1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #5351 from cakebaker/mv_fix_typo_in_test_function_name

mv: fix typo in test function name
This commit is contained in:
Sylvestre Ledru 2023-10-03 15:48:51 +02:00 committed by GitHub
commit 39a5ad2f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1323,7 +1323,7 @@ fn test_mv_interactive_error() {
} }
#[test] #[test]
fn test_mv_info_self() { fn test_mv_into_self() {
let scene = TestScenario::new(util_name!()); let scene = TestScenario::new(util_name!());
let at = &scene.fixtures; let at = &scene.fixtures;
let dir1 = "dir1"; let dir1 = "dir1";