summaryrefslogtreecommitdiff
path: root/t/recursive.t
blob: 9423a044b826be451c862d64aa537637a70491da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- perl -*-
use lib qw(t lib);
use strict;
use Test;
plan test => 2;

use TestPreproc;

ok(!new TestPreproc '-expect_fail', '-compact');
ok($Apache::Admin::Config::ERROR, qr/level1.conf already included/);
__DATA__
!>httpd.conf
ServerType standalone
ServerRoot "$server_root"
Include level1.conf
!>level1.conf
Include level2.conf
!>level2.conf
Include level3.conf
!>level3.conf
Include level1.conf
!$
    

Return to:

Send suggestions and report system problems to the System administrator.