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

mv: fix typo in test function name

test_mv_info_self -> test_mv_into_self
This commit is contained in:
Daniel Hofstetter 2023-10-03 15:09:20 +02:00
parent 139f205783
commit 54ba81ecbb

View file

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