mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
mktemp: fix fmt of test_prefix_template_separator
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user