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:
@ -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
|
||||
|
Reference in New Issue
Block a user