| Index: third_party/sqlite/src/test/misc5.test | 
| diff --git a/third_party/sqlite/src/test/misc5.test b/third_party/sqlite/src/test/misc5.test | 
| index 34b2284bc16bc0cd74eabe1f9d751ce10beb6282..14ba44ead0a1d239c2e81c5bcfa0e02416b28222 100644 | 
| --- a/third_party/sqlite/src/test/misc5.test | 
| +++ b/third_party/sqlite/src/test/misc5.test | 
| @@ -505,7 +505,7 @@ ifcapable subquery { | 
| ) | 
| ORDER BY LOWER(artist) ASC; | 
| } | 
| -  } {one} | 
| +  } {two} | 
| } | 
|  | 
| # Ticket #1370.  Do not overwrite small files (less than 1024 bytes) | 
| @@ -514,7 +514,7 @@ ifcapable subquery { | 
| if {[permutation] == ""} { | 
| do_test misc5-4.1 { | 
| db close | 
| -    file delete -force test.db | 
| +    forcedelete test.db | 
| set fd [open test.db w] | 
| puts $fd "This is not really a database" | 
| close $fd | 
| @@ -544,7 +544,7 @@ do_test misc5-5.4 { | 
| # a UNION ALL query causes an error, not a crash. | 
| # | 
| db close | 
| -file delete -force test.db | 
| +forcedelete test.db | 
| sqlite3 db test.db | 
| ifcapable subquery&&compound { | 
| do_test misc5-6.1 { | 
|  |