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

plan(tests => 1);

my $c = new ConfigSpec(expect => ['mandatory variable "load.file" not set']);
ok($c->errors() == 1);
__DATA__
[core]
	number = 5

Return to:

Send suggestions and report system problems to the System administrator.