tests: avoid build warning

Check all the functions that return a Result.
This commit is contained in:
Dirk-Jan C. Binnema
2026-08-17 21:25:54 +03:00
committed by Seth Ladygo
parent d5a48e99f7
commit bdf2c8b6b1
6 changed files with 23 additions and 21 deletions

View File

@ -508,7 +508,7 @@ test_xapian()
assert_equal(xq->get_description(), test.second);
}
remove_directory(testhome);
assert_valid_result(remove_directory(testhome));
}
int