Changeset 2156

Show
Ignore:
Timestamp:
04/23/2008 07:45:05 PM (4 months ago)
Author:
stbuehler
Message:

Fix typo in test description

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/tests/mod-fastcgi.t

    r2099 r2156  
    6666 ); 
    6767        $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '/get-server-env.php' } ]; 
    68         ok($tf->handle_http($t) == 0, '$_SERVER["PHP_SELF"]'); 
     68        ok($tf->handle_http($t) == 0, '$_SERVER["SCRIPT_NAME"]'); 
    6969 
    7070        $t->{REQUEST}  = ( <<EOF