aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2003-06-02 22:50:25 +0000
committerdrh <drh@noemail.net>2003-06-02 22:50:25 +0000
commit2394e376d6613d953d539f164a4c20482802ca63 (patch)
treefc15683947f943ca53601799722db8fb2fee6cdc /test
parentade106c14aa745c1967acf8c45e7b76573a3ff39 (diff)
downloadsqlite-2394e376d6613d953d539f164a4c20482802ca63.tar.gz
sqlite-2394e376d6613d953d539f164a4c20482802ca63.zip
Fix a bug in the COPY command introduced by check-in (991). (CVS 996)
FossilOrigin-Name: 77ec13dab85b70795ef06ff2c714cca0cd496837
Diffstat (limited to 'test')
-rw-r--r--test/copy.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/copy.test b/test/copy.test
index c1a109384..d439b51b6 100644
--- a/test/copy.test
+++ b/test/copy.test
@@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing the COPY statement.
#
-# $Id: copy.test,v 1.13 2003/01/29 18:46:54 drh Exp $
+# $Id: copy.test,v 1.14 2003/06/02 22:50:27 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -247,7 +247,7 @@ integrity_check copy-7.1
# Cleanup
#
-file delete -force data1.txt data2.txt data3.txt data4.txt data5.txt \
+#file delete -force data1.txt data2.txt data3.txt data4.txt data5.txt \
data6.txt dataX.txt
finish_test