aboutsummaryrefslogtreecommitdiff
path: root/t/conf02l.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf02l.t')
-rw-r--r--t/conf02l.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/conf02l.t b/t/conf02l.t
index c57b0ae..da4920a 100644
--- a/t/conf02l.t
+++ b/t/conf02l.t
@@ -23,7 +23,7 @@ my %keywords = (
my $cfg = new TestConfig(parameters => \%keywords, locations => 1);
ok($cfg->isset('backend','foo','file'));
-ok($cfg->isscalar('backend','foo','file'));
+ok($cfg->isvariable('backend','foo','file'));
ok($cfg->get('backend','foo','file'), 'foo');
ok($cfg->isset('core', 'verbose') == 0);

Return to:

Send suggestions and report system problems to the System administrator.