Changeset 2115
- Timestamp:
- 03/02/2008 12:59:54 PM (6 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/tests/symlink.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/tests/symlink.t
r2027 r2115 14 14 my $tf = LightyTest->new(); 15 15 my $t; 16 my $docroot = "$tf->{'SRCDIR'}/tmp/lighttpd/servers/www.example.org/pages/";16 my $docroot = $tf->{'TESTDIR'}."/tmp/lighttpd/servers/www.example.org/pages"; 17 17 18 18 sub init_testbed { … … 29 29 unless (-l $l) { 30 30 return 0 unless symlink($f,$l); 31 } ;31 } 32 32 return 1; 33 33 };

