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

Fix a problem in the pragma.test script. (CVS 2041)

FossilOrigin-Name: a2c9c45c803350f45911a72eb61efa9c3089f8ca
This commit is contained in:
drh
2004-11-02 18:15:49 +00:00
parent cfe4a990ce
commit 7041e17e9c
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
#
# This file implements tests for the PRAGMA command.
#
# $Id: pragma.test,v 1.17 2004/07/24 17:38:30 drh Exp $
# $Id: pragma.test,v 1.18 2004/11/02 18:15:49 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -311,7 +311,7 @@ do_test pragma-6.1 {
lappend res $idx $name
}
set res
} {0 main 1 temp 2 aux}
} {0 main 2 aux}
do_test pragma-6.2 {
execsql {
pragma table_info(t2)