tests: moved config files to data/

This commit is contained in:
Nikos Mavrogiannopoulos
2016-06-17 09:53:45 +02:00
parent 5c88ee7715
commit f3a182dbdf
40 changed files with 31 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ PORT=4498
echo "Testing whether cookies will remain valid during the session time... "
rm -f ${srcdir}/pid.$$
launch_server -d 1 -f -c ${srcdir}/test-cookie-timeout-2.config & PID=$!
launch_server -d 1 -f -c ${srcdir}/data/test-cookie-timeout-2.config & PID=$!
wait_server $PID
echo "Connecting to obtain cookie... "