aboutsummaryrefslogtreecommitdiff
path: root/t/conf03l.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf03l.t')
-rw-r--r--t/conf03l.t32
1 files changed, 0 insertions, 32 deletions
diff --git a/t/conf03l.t b/t/conf03l.t
deleted file mode 100644
index ff14596..0000000
--- a/t/conf03l.t
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- perl -*-
-
-use lib 't';
-use strict;
-use Test;
-use TestConfig;
-
-plan(tests => 1);
-
-my %keywords = (
- core => {
- section => {
- 'tempdir' => 1,
- 'verbose' => 1,
- }
- },
- backend => {
- section => {
- file => 1
- }
- }
-);
-my $cfg = new TestConfig(parameters => \%keywords,
- locations => 1,
- expect => [ 'keyword "output" is unknown' ]);
-ok($cfg->errors() == 1);
-__DATA__
-# This is a sample configuration file
-[core]
- tempdir = /tmp
- output = file
-

Return to:

Send suggestions and report system problems to the System administrator.