aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/qrcode.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qrcode.rs b/tests/qrcode.rs
index ca98861..d9a5529 100644
--- a/tests/qrcode.rs
+++ b/tests/qrcode.rs
@@ -62,6 +62,7 @@ fn get_svg_qrcode(tmpdir: TempDir, port: u16) -> Result<(), Error> {
.arg("-p")
.arg(port.to_string())
.stdout(Stdio::null())
+ .stderr(Stdio::null())
.spawn()?;
sleep(Duration::from_secs(1));