aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/auth.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auth.rs b/tests/auth.rs
index 128047d..0eeecc1 100644
--- a/tests/auth.rs
+++ b/tests/auth.rs
@@ -102,6 +102,7 @@ fn auth_rejects(
.arg("-a")
.arg(cli_auth_arg)
.stdout(Stdio::null())
+ .stderr(Stdio::null())
.spawn()?;
sleep(Duration::from_secs(1));