1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Put a proper shebang at the start of the testrunner.tcl script and make the

script executable.

FossilOrigin-Name: c0c6e9abebf76358625f30a179658319b260baba6eded2a4c5ad356143e36f97
This commit is contained in:
drh
2024-09-04 13:42:19 +00:00
parent 3c72072a6f
commit 109025c0a4
3 changed files with 10 additions and 7 deletions

3
test/testrunner.tcl Normal file → Executable file
View File

@ -1,3 +1,6 @@
#!/bin/sh
# Script to runs tests for SQLite. Run with option "help" for more info. \
exec tclsh "$0" "$@"
set dir [pwd]
set testdir [file normalize [file dirname $argv0]]