forked from Lainports/freebsd-ports
11 lines
No EOL
510 B
Text
11 lines
No EOL
510 B
Text
--- test/backup2.test.orig 2012-01-22 16:15:22.000000000 +0400
|
|
+++ test/backup2.test 2012-01-22 16:30:38.000000000 +0400
|
|
@@ -143,7 +143,7 @@
|
|
#
|
|
if {$tcl_platform(platform)=="windows"} {
|
|
set msg {cannot open source database: unable to open database file}
|
|
-} elseif {$tcl_platform(os)=="OpenBSD"} {
|
|
+} elseif {$tcl_platform(os)=="OpenBSD" || $tcl_platform(os)=="FreeBSD"} {
|
|
set msg {restore failed: file is encrypted or is not a database}
|
|
} else {
|
|
set msg {cannot open source database: disk I/O error} |