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

Return to:

Send suggestions and report system problems to the System administrator.