We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef5b3d commit 4616a8cCopy full SHA for 4616a8c
lib/src/lsm.rs
@@ -39,6 +39,7 @@ fn test_install_t() -> Result<bool> {
39
let st = Command::new("chcon")
40
.args(["-t", "invalid_bootcinstall_testlabel_t"])
41
.arg(tmpf.path())
42
+ .stderr(std::process::Stdio::null())
43
.status()?;
44
Ok(st.success())
45
}
0 commit comments