1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Change the header comment in jrnlmode4.test. No changes to any code or tests. (CVS 5099)

FossilOrigin-Name: 0bf656a401b9fc16b33ecd49a6db9b769156494d
This commit is contained in:
danielk1977
2008-05-07 15:42:24 +00:00
parent 2a8ce735d1
commit 4acbba5bcc
3 changed files with 9 additions and 9 deletions

View File

@ -9,10 +9,10 @@
#
#***********************************************************************
#
# This file runs the tests in the file ioerr.test with
# This file runs a few of the other test files (select1.test etc.) with
# persistent journal mode enabled.
#
# $Id: jrnlmode4.test,v 1.1 2008/04/19 20:53:26 drh Exp $
# $Id: jrnlmode4.test,v 1.2 2008/05/07 15:42:25 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl