aboutsummaryrefslogtreecommitdiff
path: root/t/conf04.t
blob: ab4c12a2845207f47a44f970441bfa4b911c7dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- perl -*-
use lib qw(t lib);
use strict;
use Test;
use ConfigSpec;

plan(tests => 1);

my $c = new ConfigSpec(expect => ['not an absolute pathname',
		       'mandatory variable "load.file" not set']);
ok($c->errors() == 2);

__DATA__
[core]
        
[load]
	file = test

Return to:

Send suggestions and report system problems to the System administrator.