diff --git a/rosenpass/tests/integration_test.rs b/rosenpass/tests/integration_test.rs index f3ba98b..67ddc78 100644 --- a/rosenpass/tests/integration_test.rs +++ b/rosenpass/tests/integration_test.rs @@ -160,6 +160,9 @@ fn check_example_config() { .output() .expect("EXAMPLE_CONFIG not valid"); + let stderr = String::from_utf8_lossy(&output.stderr); + assert_eq!(stderr, ""); + fs::copy( tmp_dir.path().join("rp-public-key"), tmp_dir.path().join("rp-peer-public-key"),