mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
refactor ~ revert to single quotes for "Try '{0 --help'"
This is a test expectation for gnu.
This commit is contained in:
parent
6ab3d27c4e
commit
5f2335829a
25 changed files with 33 additions and 33 deletions
|
@ -529,7 +529,7 @@ fn test_mv_backup_no_clobber_conflicting_options() {
|
|||
.arg("file1")
|
||||
.arg("file2")
|
||||
.fails()
|
||||
.stderr_is(&format!("{0}: options --backup and --no-clobber are mutually exclusive\nTry `{1} {0} --help` for more information.",
|
||||
.stderr_is(&format!("{0}: options --backup and --no-clobber are mutually exclusive\nTry '{1} {0} --help' for more information.",
|
||||
ts.util_name,
|
||||
ts.bin_path.to_string_lossy()
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue