fix checking unit test

This commit is contained in:
Arvid Norberg 2014-10-20 03:44:18 +00:00
parent 2f077d8efa
commit f6b3d43565
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ int test_main()
test_checking();
test_checking(read_only_files);
test_checking(read_only_files | corrupt_files);
test_checking(false, true);
test_checking(corrupt_files);
return 0;
}