blob: d9353160a9f2e17f7d24ca2092a9c6978507f62c [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
plan tests => 1, need 'mod_alias';
my $location = "/with_subrequest/Makefile";
my $str = GET_BODY $location;
ok $str !~ /[A-Z]/;