Skip to content

Commit 07eaffc

Browse files
committed
tests/csplit: ignore IRWXU from cspell check
1 parent bdc644e commit 07eaffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/by-util/test_csplit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,6 +1427,7 @@ fn test_named_pipe_input_file() {
14271427

14281428
#[cfg(unix)]
14291429
fn create_named_pipe_with_writer(path: &str, data: &str) -> std::process::Child {
1430+
// cSpell:ignore IRWXU
14301431
nix::unistd::mkfifo(path, nix::sys::stat::Mode::S_IRWXU).unwrap();
14311432
std::process::Command::new("sh")
14321433
.arg("-c")

0 commit comments

Comments
 (0)