mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
mktemp: fix fmt of test_prefix_template_separator
This commit is contained in:
parent
59490e4a17
commit
dc1fd027a6
1 changed files with 1 additions and 3 deletions
|
@ -575,9 +575,7 @@ fn test_template_path_separator() {
|
|||
/// Test that a prefix with a point is valid.
|
||||
#[test]
|
||||
fn test_prefix_template_separator() {
|
||||
new_ucmd!()
|
||||
.args(&["-t", TEST_TEMPLATE9])
|
||||
.succeeds();
|
||||
new_ucmd!().args(&["-t", TEST_TEMPLATE9]).succeeds();
|
||||
}
|
||||
|
||||
/// Test that a suffix with a path separator is invalid.
|
||||
|
|
Loading…
Reference in a new issue