summaryrefslogtreecommitdiff
path: root/test/compact
AgeCommit message (Collapse)Author
2013-11-07cli: add compact --backup=DIRECTORY option, don't backup by defaultJani Nikula
It's the user's decision. The recommended way is to do a database dump anyway. Clean up the relevant printfs too.
2013-11-06test: fix compact backup / restore testDavid Bremner
It was looking in completely the wrong place for the backup and the (test) xapian database. Unfortunately test_begin_subtest hides the relevant errors.
2013-10-31test: Add compact testBen Gamari
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>