Skip to content

Commit

Permalink
Fix unix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zkxs committed Jul 4, 2024
1 parent cfd9d7b commit f70c157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ fn unix_file_permissions() {
&*log_path.to_string_lossy(),
AppendCount::new(3),
ContentLimit::Lines(2),
Compression::None,
#[cfg(feature = "compression")] Compression::None,
Some(*permission),
);

Expand Down

0 comments on commit f70c157

Please sign in to comment.