aboutsummaryrefslogtreecommitdiff
path: root/t/conf08.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf08.t')
-rw-r--r--t/conf08.t18
1 files changed, 18 insertions, 0 deletions
diff --git a/t/conf08.t b/t/conf08.t
new file mode 100644
index 0000000..c82f282
--- /dev/null
+++ b/t/conf08.t
@@ -0,0 +1,18 @@
+# -*- perl -*-
+use lib qw(t lib);
+use strict;
+use Test;
+use ConfigSpec3;
+
+plan(tests => 1);
+
+my $c = new ConfigSpec3;
+ok($c->canonical,q{core.root="/var" dir.diag="/var/log" dir.store="/var/spool" dir.temp="/var/tmp"});
+
+__DATA__
+[core]
+ root = /var
+[dir]
+ temp = tmp
+ store = spool
+ diag = log

Return to:

Send suggestions and report system problems to the System administrator.