blob: 710c2e59fce77ed6a4d667a7abaaf52ca6acd7db [file] [log] [blame]
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
plan tests => 1, need 'mod_alias';
my $location = "/top_dir/Makefile";
my $str = GET_BODY $location;
ok $str !~ /[A-Z]/;