mktemp: fix fmt of test_prefix_template_separator

This commit is contained in:
ZauJulio 2023-02-25 18:35:35 -03:00
parent 59490e4a17
commit dc1fd027a6
No known key found for this signature in database
GPG key ID: 5AC499A308A063B8

View file

@ -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.