Commit a1fad43
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
```1 parent ff3e049 commit a1fad43
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments