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