1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Another change to test file zipfile.test to help it run on systems without "unzip".

FossilOrigin-Name: b6252feb125db16dabf6ce07568159f0002f9053df1b7b600e2614cc9da24873
This commit is contained in:
dan
2018-03-29 23:54:00 +00:00
parent a8728e7428
commit d99f49fcc9
3 changed files with 9 additions and 7 deletions

View File

@ -647,6 +647,8 @@ do_test 8.0.3 {
} {}
execsql COMMIT
catch { forcedelete test_unzip }
catch { file mkdir test_unzip }
do_execsql_test 8.1.1 {
CREATE VIRTUAL TABLE nogood USING zipfile('test_unzip');
}