From bb82310dba8a70b539122db20712fbd8fd9e840e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 24 Feb 2010 11:06:17 +0000 Subject: * Set the path to sqlite3 properly. --- tests/common.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 -- cgit 1.4.1