aboutsummaryrefslogtreecommitdiff
path: root/t/conf01l.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf01l.t')
-rw-r--r--t/conf01l.t20
1 files changed, 0 insertions, 20 deletions
diff --git a/t/conf01l.t b/t/conf01l.t
deleted file mode 100644
index 0436df0..0000000
--- a/t/conf01l.t
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- perl -*-
-use lib 't';
-use strict;
-use Test;
-use TestConfig;
-
-plan(tests => 1);
-
-my $cfg = new TestConfig(locations => 1);
-ok($cfg->canonical, 'backend.foo.file="a" core.retain-interval=10 core.tempdir="/tmp"');
-
-__DATA__
-# This is a sample configuration file
-[core]
- retain-interval = 10
- tempdir = /tmp
-[backend foo]
- file = a
-
-

Return to:

Send suggestions and report system problems to the System administrator.