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

Disable the ".archive" command tests in shell8.test if the CLI is compiled without

ZLIB support.

FossilOrigin-Name: ce8bfe6c2b87090a2de1e04bc88fcb878597fe1f4ecd5df6d9d588a65601c901
This commit is contained in:
drh
2018-01-16 02:38:35 +00:00
parent 2d620070b9
commit ded2d99d73
3 changed files with 14 additions and 8 deletions

View File

@ -21,6 +21,12 @@ ifcapable !vtab {
}
set CLI [test_find_cli]
# Check to make sure the shell has been compiled with ".archive" support.
#
if {[string match {*unknown command*} [catchcmd :memory: .archive]]} {
finish_test; return
}
proc populate_dir {dirname spec} {
# First delete the current tree, if one exists.
file delete -force $dirname