1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 20:20:30 -04:00
ports/databases/sqlite3/files/patch-test-backup2.test
Philip M. Gollucci 3f828a0292 - Update to 3.7.4
PR:             ports/152961
Submitted by:   Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer)
2010-12-10 23:07:55 +00:00

11 lines
422 B
Text

--- test/backup2.test.orig 2010-12-09 13:44:49.000000000 +0300
+++ test/backup2.test 2010-12-09 13:45:39.000000000 +0300
@@ -155,7 +155,7 @@
file mkdir bu3.db
set rc [catch {db restore temp bu3.db} res]
lappend rc $res
- } {1 {cannot open source database: disk I/O error}}
+ } {1 {restore failed: file is encrypted or is not a database}}
}
# Try to restore from something that is not a database file.