| Index: third_party/sqlite/src/ext/rtree/tkt3363.test
|
| diff --git a/third_party/sqlite/src/ext/rtree/tkt3363.test b/third_party/sqlite/src/ext/rtree/tkt3363.test
|
| index 11c5192a983e682f9375346f5ae57e1cb0d68ebb..db05ed527a125cbda255261cc79f1be8acb1c779 100644
|
| --- a/third_party/sqlite/src/ext/rtree/tkt3363.test
|
| +++ b/third_party/sqlite/src/ext/rtree/tkt3363.test
|
| @@ -11,11 +11,9 @@
|
| #
|
| # The focus of this file is testing that ticket #3363 is fixed.
|
| #
|
| -# $Id: tkt3363.test,v 1.1 2008/09/08 11:07:03 danielk1977 Exp $
|
| -#
|
|
|
| if {![info exists testdir]} {
|
| - set testdir [file join [file dirname $argv0] .. .. test]
|
| + set testdir [file join [file dirname [info script]] .. .. test]
|
| }
|
| source [file join [file dirname [info script]] rtree_util.tcl]
|
| source $testdir/tester.tcl
|
| @@ -50,5 +48,3 @@ do_test tkt3363.1.4 {
|
| } {7}
|
|
|
| finish_test
|
| -
|
| -
|
|
|