summaryrefslogtreecommitdiff
path: root/lang/sql/sqlite/test/async2.test
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sql/sqlite/test/async2.test')
-rw-r--r--lang/sql/sqlite/test/async2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sql/sqlite/test/async2.test b/lang/sql/sqlite/test/async2.test
index ec4ae308..7994a721 100644
--- a/lang/sql/sqlite/test/async2.test
+++ b/lang/sql/sqlite/test/async2.test
@@ -51,7 +51,7 @@ foreach err [list ioerr malloc-transient malloc-persistent] {
for {set n 1} {$::go} {incr n} {
set ::sqlite_io_error_pending 0
sqlite3_memdebug_fail -1
- file delete -force test.db test.db-journal
+ forcedelete test.db test.db-journal
sqlite3 db test.db
execsql $::setup_script
db close