aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth.rs
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-05-19 14:09:40 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-05-19 14:09:40 +0000
commitfe0ce04dfede9758b888e6448407ac40a2a7f5de (patch)
treee3eed3eb21bdb164fe19a5cec10fb1747856969a /tests/auth.rs
parentMerge pull request #121 from KSXGitHub/interface-flag (diff)
downloadminiserve-fe0ce04dfede9758b888e6448407ac40a2a7f5de.tar.gz
miniserve-fe0ce04dfede9758b888e6448407ac40a2a7f5de.zip
Hide stderr (fixes #120)
Diffstat (limited to 'tests/auth.rs')
-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));