--- trunk/tests/proxy.sh 2008/06/02 17:53:43 126 +++ trunk/tests/proxy.sh 2008/06/03 02:41:23 130 @@ -18,17 +18,17 @@ set -e -function shutdown() { +shutdown() { wget -q -O- --post-data= "http://127.0.0.1:${proxy_server_port}/jscoverage-shutdown" > /dev/null wait $proxy_server_pid } -function shutdown_perl() { +shutdown_perl() { wget -q -O- --post-data= http://127.0.0.1:8000/perl-shutdown > /dev/null wait $origin_server_pid } -function cleanup() { +cleanup() { rm -fr EXPECTED ACTUAL DIR OUT shutdown shutdown_perl