mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
When creating a journal file on unix, attempt to create it with the same permissions as the associated database file.
FossilOrigin-Name: a121cd80c5ac94e5977bc3164d2500e0ea132fed
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
# May you share freely, never taking more than you give.
|
||||
#
|
||||
#***********************************************************************
|
||||
# This file implements regression tests for SQLite library.
|
||||
# This file implements regression tests for SQLite library. Specifically,
|
||||
# it tests SQLite when using a VFS that claims the SAFE_DELETE property.
|
||||
#
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
|
Reference in New Issue
Block a user