diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 12:27:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 12:27:59 +0000 |
commit | 6c96feb39dd31333639f6e61b172bdc63418cf21 (patch) | |
tree | 4a070b46b24ac4e749f7ced1022ba1b3e12b36c2 /databases/sqlite2/files/patch-test | |
parent | Mention what needs to be done to enable this port. (diff) |
Update to 1.0.32 and unbreak.
- Complete SRCS.
- Patch tableapi.test to avoid an out-of-scope error.
Notes
Notes:
svn path=/head/; revision=47359
Diffstat (limited to 'databases/sqlite2/files/patch-test')
-rw-r--r-- | databases/sqlite2/files/patch-test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/sqlite2/files/patch-test b/databases/sqlite2/files/patch-test index e2a38cc43568..3adee03362f9 100644 --- a/databases/sqlite2/files/patch-test +++ b/databases/sqlite2/files/patch-test @@ -4,3 +4,9 @@ set testdir [file dirname $argv0] +load [lindex $argv 0] source $testdir/tester.tcl +--- test/tableapi.test.orig Wed Apr 11 23:28:43 2001 ++++ test/tableapi.test Mon Sep 3 21:24:06 2001 +@@ -30,2 +30,3 @@ + source $testdir/tester.tcl ++set ::big_str "" + |