stas 2004/01/31 02:19:36
Modified: perl-framework/Apache-Test/lib/Apache TestSmoke.pm
Log:
no longer chdir to t/
Revision Changes Path
1.27 +0 -3
httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm
Index: TestSmoke.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSmoke.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -u -r1.26 -r1.27
--- TestSmoke.pm 21 Oct 2003 01:18:53 -0000 1.26
+++ TestSmoke.pm 31 Jan 2004 10:19:36 -0000 1.27
@@ -94,9 +94,6 @@
$self->{trace} = 'debug';
}
- # server is run from under t/
- Apache::TestHarness->chdir_t;
-
# specific tests end up in $self->{tests} and $self->{subtests};
# and get removed from $self->{argv}
$self->Apache::TestRun::split_test_args();