diff options
Diffstat (limited to 'tests/auth.rs')
-rw-r--r-- | tests/auth.rs | 1 |
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)); |