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.
2 parents 2ef5b3d + 4616a8c commit 364ab0fCopy full SHA for 364ab0f
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