aboutsummaryrefslogtreecommitdiff
path: root/test/shell5.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell5.test')
-rw-r--r--test/shell5.test10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/shell5.test b/test/shell5.test
index b921accca..bb2511a52 100644
--- a/test/shell5.test
+++ b/test/shell5.test
@@ -21,15 +21,7 @@
#
set testdir [file dirname $argv0]
source $testdir/tester.tcl
-if {$tcl_platform(platform)=="windows"} {
- set CLI "sqlite3.exe"
-} else {
- set CLI "./sqlite3"
-}
-if {![file executable $CLI]} {
- finish_test
- return
-}
+set CLI [test_find_cli]
db close
forcedelete test.db test.db-journal test.db-wal