diff options
Diffstat (limited to 'tests/lowercase.t')
-rwxr-xr-x | tests/lowercase.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lowercase.t b/tests/lowercase.t index e127cdd..b9ee8e8 100755 --- a/tests/lowercase.t +++ b/tests/lowercase.t @@ -15,7 +15,7 @@ my $tf = LightyTest->new(); my $t; $tf->{CONFIGFILE} = 'lowercase.conf'; - + ok($tf->start_proc == 0, "Starting lighttpd") or die(); ## check if lower-casing works |