Changeset 2094

Show
Ignore:
Timestamp:
02/26/2008 07:13:55 PM (4 months ago)
Author:
stbuehler
Message:

Fix mod-proxy.t to run outside of the srcdir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/tests/mod-proxy.t

    r2027 r2094  
    2323$tf_real->{PORT} = 2048; 
    2424$tf_real->{CONFIGFILE} = 'lighttpd.conf'; 
    25 $tf_real->{LIGHTTPD_PIDFILE} = $tf_real->{SRCDIR}.'/tmp/lighttpd/lighttpd.pid'; 
     25$tf_real->{LIGHTTPD_PIDFILE} = $tf_real->{TESTDIR}.'/tmp/lighttpd/lighttpd.pid'; 
    2626 
    2727$tf_proxy->{PORT} = 2050; 
    2828$tf_proxy->{CONFIGFILE} = 'proxy.conf'; 
    29 $tf_proxy->{LIGHTTPD_PIDFILE} = $tf_proxy->{SRCDIR}.'/tmp/lighttpd/lighttpd-proxy.pid'; 
     29$tf_proxy->{LIGHTTPD_PIDFILE} = $tf_proxy->{TESTDIR}.'/tmp/lighttpd/lighttpd-proxy.pid'; 
    3030 
    3131ok($tf_real->start_proc == 0, "Starting lighttpd") or die();