Skip to content

Commit

Permalink
Adapt more tests for previous.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Sep 19, 2024
1 parent e74944a commit f5dba2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion regress/disk-from-extra-using-copy-remove.zip.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description test single-rom game with disk, get missing disk from extra, rename
return 0
preload fwrite.so
environment-set RENAME_FAILS roms/108-5.chd
arguments -Fvj -D ../mamedb-disk.db -e extradir
arguments --no-status-db -Fvj -D ../mamedb-disk.db -e extradir
file extradir/1234.chd 108-5.chd {}
file roms/disk/108-5.chd {} 108-5.chd
file roms/.ckmame.db {} <empty.ckmamedb>
Expand Down
2 changes: 1 addition & 1 deletion regress/diskfull-zip.zip.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description test copying file from extra, failing (disk full) and cleaning up ex
return 0
environment-set FWRITE_MAX_WRITE 5
preload fwrite.so
arguments -Fjvc -D ../mamedb-lost-parent-ok.db -e extra
arguments --no-status-db -Fjvc -D ../mamedb-lost-parent-ok.db -e extra
file extra/.ckmame.db {} wrongname-nohash.ckmamedb-dump
file extra/wrongname.zip 2-48-ok.zip
set-modification-time extra/wrongname.zip 1422359238
Expand Down
2 changes: 1 addition & 1 deletion regress/rom-from-extra-commit-error.zip.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description "test single-rom game (no parent), extra zip contains file, can't co
return 0
preload fwrite.so
environment-set RENAME_FAILS roms/1-4.zip
arguments -Fvje extra -D ../mamedb-small.db
arguments --no-status-db -Fvje extra -D ../mamedb-small.db
file mame.db mame.db
file roms/1-4-wrong-name.zip 1-4-ok.zip {}
file saved/d87f7e0c-000.zip {} 1-4-ok.zip
Expand Down

0 comments on commit f5dba2e

Please sign in to comment.