diff --git a/tests/p_lftp/timestamp.txt b/tests/p_lftp/timestamp.txt deleted file mode 100644 index e97ab50..0000000 --- a/tests/p_lftp/timestamp.txt +++ /dev/null @@ -1 +0,0 @@ -Fri Aug 10 14:48:01 UTC 2012 diff --git a/tests/p_mod_wsgi/mod_wsgi_test.sh b/tests/p_mod_wsgi/mod_wsgi_test.sh index 7b1a9bc..31b99af 100755 --- a/tests/p_mod_wsgi/mod_wsgi_test.sh +++ b/tests/p_mod_wsgi/mod_wsgi_test.sh @@ -23,8 +23,11 @@ def application(environ, start_response): return [output] EOF -t_ServiceControl httpd restart +t_ServiceControl httpd stop sleep 2 +killall httpd +sleep 1 +t_ServiceControl httpd start curl -s http://localhost/tfapp | grep -q 't_functional_mod_wsgi_test'