summaryrefslogtreecommitdiffstats
path: root/test/busy.test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/busy.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/busy.test b/test/busy.test
index be0515b..896c7fa 100644
--- a/test/busy.test
+++ b/test/busy.test
@@ -106,7 +106,7 @@ do_test 3.4 {
proc busy_handler {n} { return 1 }
do_test 3.5 {
catchsql { PRAGMA optimize }
-} {0 {}}
+} {1 {database is locked}}
do_test 3.6 {
execsql { COMMIT } db2