Skip to content

Commit 09f7c5d

Browse files
committed
fixed formatting
1 parent 486b49a commit 09f7c5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/by-util/test_mkfifo.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ fn test_create_fifo_permission_denied() {
137137
at.mkdir(no_exec_dir);
138138
at.set_mode(no_exec_dir, 0o644);
139139

140-
let err_msg = format!("mkfifo: cannot create fifo '{named_pipe}': File exists
140+
let err_msg = format!(
141+
"mkfifo: cannot create fifo '{named_pipe}': File exists
141142
mkfifo: cannot set permissions on '{named_pipe}': Permission denied (os error 13)
142-
");
143+
"
144+
);
143145

144146
scene
145147
.ucmd()

0 commit comments

Comments
 (0)