mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-20 22:42:55 -08:00
chore(tests): start using unused test output (#547)
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user