We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153f73a commit 3739d6bCopy full SHA for 3739d6b
1 file changed
test/t/io/test_bzip2.cpp
@@ -139,7 +139,7 @@ TEST_CASE("Write bzip2-compressed file with implicit close") {
139
140
const std::string output_file = "test_gzip_out.txt.bz2";
141
const int fd = osmium::io::detail::open_for_writing(output_file, osmium::io::overwrite::allow);
142
- REQUIRE(fd > 0);
+ REQUIRE(fd > 1);
143
144
{
145
osmium::io::Bzip2Compressor comp{fd, osmium::io::fsync::yes};
0 commit comments