Skip to content

Commit

Permalink
tests/csplit: ignore IRWXU from cspell check
Browse files Browse the repository at this point in the history
  • Loading branch information
fuad1502 committed Jan 7, 2025
1 parent bdc644e commit 07eaffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/by-util/test_csplit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,7 @@ fn test_named_pipe_input_file() {

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

0 comments on commit 07eaffc

Please sign in to comment.