fix checking unit test
This commit is contained in:
parent
2f077d8efa
commit
f6b3d43565
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue