mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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:
commit
39a5ad2f4f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue