diff options
Diffstat (limited to 'tests/request.t')
-rwxr-xr-x | tests/request.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/request.t b/tests/request.t index 7dd4cc6..64e48cc 100755 --- a/tests/request.t +++ b/tests/request.t @@ -13,7 +13,7 @@ use LightyTest; my $tf = LightyTest->new(); my $t; - + ok($tf->start_proc == 0, "Starting lighttpd") or die(); ## Basic Request-Handling |