mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +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 that a prefix with a point is valid.
|
||||||
#[test]
|
#[test]
|
||||||
fn test_prefix_template_separator() {
|
fn test_prefix_template_separator() {
|
||||||
new_ucmd!()
|
new_ucmd!().args(&["-t", TEST_TEMPLATE9]).succeeds();
|
||||||
.args(&["-t", TEST_TEMPLATE9])
|
|
||||||
.succeeds();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Test that a suffix with a path separator is invalid.
|
/// Test that a suffix with a path separator is invalid.
|
||||||
|
|
Loading…
Reference in a new issue