SA Bugzilla – Bug 8238
t/sa_txrep.t fails when using SDBM_File
Last modified: 2024-04-14 17:01:13 UTC
The t/sa_txrep.t test fails if it is using SDBM_File for storage. The fix is trivial. The test has unlink("./$userstate/txreptest") to delete the storage files is creates in the first set of tests before starting a second set. That is fins with DB_File and GDBM_File, but SDBM_File creates txreptes.pag and txreptest.dir files which need to be deleted when it is used.
% svn ci -m "bug 8238 delete SDBM_File files during cleanuo in test" t/sa_txrep.t Sending t/sa_txrep.t Transmitting file data .done Committing transaction... Committed revision 1916985.