mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
set_selinux_security_context: match GNU's error
This commit is contained in:
parent
8d94add393
commit
595f56a9e7
3 changed files with 8 additions and 7 deletions
|
@ -187,7 +187,7 @@ fn test_mknod_selinux_invalid() {
|
|||
.arg(dest)
|
||||
.arg("p")
|
||||
.fails()
|
||||
.stderr_contains("Failed to");
|
||||
.stderr_contains("failed to");
|
||||
if at.file_exists(dest) {
|
||||
at.remove(dest);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue