summaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 9b6154d2..8a38f545 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -1869,7 +1869,7 @@ fn compressed_failing_gzip() {
let output = cmd.output().unwrap();
let err = String::from_utf8_lossy(&output.stderr);
- assert_eq!(err.contains("not in gzip format"), true);
+ assert!(!err.is_empty());
}
sherlock!(feature_196_persistent_config, "sherlock",