diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T11·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T11·06+0000 |
commit | bb82310dba8a70b539122db20712fbd8fd9e840e (patch) | |
tree | c86f17c07be1edf01079ac9a793f4a7b3db8e6e9 /tests/common.sh.in | |
parent | 69d9df7fe6a0c4043e6f913137b5322bc5c48073 (diff) |
* Set the path to sqlite3 properly.
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 85dd3a38906b..35e17c3bf3fd 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -39,6 +39,7 @@ export dot=@dot@ export xmllint="@xmllint@" export xmlflags="@xmlflags@" export xsltproc="@xsltproc@" +export sqlite3="@sqlite_bin@/bin/sqlite3" export SHELL="@shell@" # Hack to get "atdiff" to run on Cygwin (Windows looks for |