summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-08 14:40:47 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-08 14:40:47 +0000
commit6e78c2c8dfb69684adee82ee28b38c137156bca9 (patch)
tree09f561df82237dc0b2a159557b1f4428ded2156f /tests/prepare.sh
parent8073d5fe9f720a0564dbced1fdef187f5c19ffa3 (diff)
downloadlighttpd-git-6e78c2c8dfb69684adee82ee28b38c137156bca9.tar.gz
user defined variable, compute on parsing: string+string, int+int, array+array, var+=expression.
"include" sub configuration file. (merged ([308], [309], [306], [305]) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@520 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index a12bddf7..ba86cf69 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -32,6 +32,7 @@ cp $srcdir/docroot/123/*.txt \
$srcdir/docroot/123/*.php \
$srcdir/docroot/123/*.bla $tmpdir/servers/123.example.org/pages/
cp $srcdir/lighttpd.user $tmpdir/
+cp $srcdir/var-include-sub.conf /tmp/
printf "%-40s" "preparing infrastructure"