summaryrefslogtreecommitdiff
path: root/lang/sql/sqlite/test/filectrl.test
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sql/sqlite/test/filectrl.test')
-rw-r--r--lang/sql/sqlite/test/filectrl.test10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/sql/sqlite/test/filectrl.test b/lang/sql/sqlite/test/filectrl.test
index 67e81830..1d878bf9 100644
--- a/lang/sql/sqlite/test/filectrl.test
+++ b/lang/sql/sqlite/test/filectrl.test
@@ -34,8 +34,14 @@ do_test filectrl-1.4 {
do_test filectrl-1.5 {
db close
sqlite3 db test_control_lockproxy.db
- file_control_lockproxy_test db [pwd]
+ file_control_lockproxy_test db [get_pwd]
} {}
+do_test filectrl-1.6 {
+ sqlite3 db test.db
+ set fn [file_control_tempfilename db]
+ puts -nonewline \[$fn\]
+ set fn
+} {/etilqs_/}
db close
-file delete -force .test_control_lockproxy.db-conch test.proxy
+forcedelete .test_control_lockproxy.db-conch test.proxy
finish_test