samtools / htslib

C library for high-throughput sequencing data formats
Other
789 stars 447 forks source link

Prevent spurious and random system errors from test_bgzf.c #1565

Closed jkbonfield closed 1 year ago

jkbonfield commented 1 year ago

The test script is expected to fail as it's testing both working and failing conditions, but the test harness prints up strerror(errno), which is usually some unrelated event and the text also differs per platform.