~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to t/modules/cgiupload2.t

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use Apache::TestRequest;
7
7
use Apache::Build ();
8
8
 
 
9
use File::Spec::Functions qw(catfile);
 
10
 
9
11
my $build = Apache::Build->build_config;
10
12
plan tests => 2, have have_lwp(),
11
13
    have_min_module_version(CGI => 3.01);
22
24
    }
23
25
}
24
26
 
25
 
$filename ||= '../Makefile';
 
27
$filename ||= catfile Apache::Test::vars('serverroot'), "..", 'Makefile';
26
28
 
27
29
for (1,2) {
28
30
    my $str = UPLOAD_BODY $location, filename => $filename;