changeset 24:89b00444c168

Tests: use error.log instead of nginx-error.log.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Sep 2008 21:39:23 +0400
parents e6b7c3b5389c
children fbda19df2fc4
files lib/Test/Nginx.pm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -56,7 +56,7 @@ sub run {
 	if ($pid == 0) {
 		exec('../nginx/objs/nginx', '-c', "$testdir/nginx.conf", '-g',
 			"pid $testdir/nginx.pid; "
-			. "error_log $testdir/nginx-error.log debug;")
+			. "error_log $testdir/error.log debug;")
 			or die "Unable to exec(): $!\n";
 	}