Skip to content

Commit 070b14f

Browse files
matrixheadsylvestre
andcommitted
Update tests/by-util/test_mv.rs
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
1 parent a79cd66 commit 070b14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_mv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ fn test_mv_backup_conflicting_options() {
865865
.arg("file1")
866866
.arg("file2")
867867
.fails()
868-
.usage_error("cannot combine --backup with -n or --update=none-fail");
868+
.usage_error("cannot combine --backup with -n/--no-clobber or --update=none-fail");
869869
}
870870
}
871871

0 commit comments

Comments
 (0)