mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests/csplit: ignore IRWXU from cspell check
This commit is contained in:
parent
694298f0d1
commit
981019138d
1 changed files with 1 additions and 0 deletions
|
@ -1441,6 +1441,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue