Commit bac7f3e
committed
[Change] tests: bump version-tracking assertions 2.0.1 -> 2.0.2
Three version-tracking BATS assertions hardcoded the prior release
string and failed after the 2.0.2 cut:
- tests/17-version.bats: VERSION file content and `maldet --help`
output partial-match on the banner version
- tests/01-install-cli.bats: `maldet -v` / `--version` partial-match
Fixture data carrying historical `2.0.1` markers (tests/40-session-index.bats
session.index records, tests/30-session-tsv.bats scanner_ver field,
tests/22-updates.bats update-channel fixtures) intentionally preserved —
those assert correct parsing/handling of historical version metadata,
not the running version of LMD.
Verified: deb12 + rocky9 both 1080/1080 on freedom-local Docker (anvil
unreachable at run time).1 parent 1bc3e14 commit bac7f3e
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
0 commit comments