Fix test for Apache Parquet files for file 5.47
The output for Parquet files changed in 5.47. This commit edits the test to accept both the old and new output. ```sh # Old $ file example.parquet example.parquet: Apache Parquet $ file --mime example.parquet example.parquet: application/octet-stream; charset=binary # New $ file example.parquet example.parquet: Apache Parquet file $ file --mime example.parquet example.parquet: application/vnd.apache.parquet; charset=binary ```
A
Adam Thompson-Sharpe committed
a1fad4334ca36f3263dc9e30d6dbb01dec1eed71
Parent: ff3e049
Committed by Adam Hupp <adam@hupp.org>
on 5/11/2026, 1:12:53 AM