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
|
@ -568,7 +568,7 @@ fn test_cp_backup_no_clobber_conflicting_options() {
|
|||
.arg(TEST_HELLO_WORLD_SOURCE)
|
||||
.arg(TEST_HOW_ARE_YOU_SOURCE)
|
||||
.fails().stderr_is(&format!(
|
||||
"{0}: options --backup and --no-clobber are mutually exclusive\nTry `{1} {0} --help` for more information.",
|
||||
"{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