aboutsummaryrefslogtreecommitdiff
path: root/t/conf06.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf06.t')
-rw-r--r--t/conf06.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/conf06.t b/t/conf06.t
new file mode 100644
index 0000000..69756dc
--- /dev/null
+++ b/t/conf06.t
@@ -0,0 +1,14 @@
1# -*- perl -*-
2use lib qw(t lib);
3use strict;
4use Test;
5use ConfigSpec2;
6
7plan(tests => 1);
8
9my $c = new ConfigSpec2(expect => ['mandatory section [load * param] not present']);
10ok($c->errors, 1);
11
12__DATA__
13[core]
14 base = test

Return to:

Send suggestions and report system problems to the System administrator.