summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-07-24 13:53:42 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-07-24 13:53:42 +0000
commitb6bbdcdb021827b75b96192d62d2099452d0a5b3 (patch)
tree03bdf434c93629dd5067fc983bbc4b8bd40d6684
parent553473e143dd5c3d480387591f1002997bd0e9bd (diff)
downloadperl-MDV-Distribconf-b6bbdcdb021827b75b96192d62d2099452d0a5b3.tar
perl-MDV-Distribconf-b6bbdcdb021827b75b96192d62d2099452d0a5b3.tar.gz
perl-MDV-Distribconf-b6bbdcdb021827b75b96192d62d2099452d0a5b3.tar.bz2
perl-MDV-Distribconf-b6bbdcdb021827b75b96192d62d2099452d0a5b3.tar.xz
perl-MDV-Distribconf-b6bbdcdb021827b75b96192d62d2099452d0a5b3.zip
- remove useless print
-rw-r--r--t/01distribconf.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/01distribconf.t b/t/01distribconf.t
index 5cceaec..d45df08 100644
--- a/t/01distribconf.t
+++ b/t/01distribconf.t
@@ -33,7 +33,6 @@ ok($dconf->getfullpath('main', 'path') =~ m!^/*test/*media/+main/?$!, "Can get m
{
ok(my $dconf = MDV::Distribconf->new('test2'), "Can get new MDV::Distribconf");
$dconf->loadtree();
-print STDERR $dconf->getfullpath(undef, 'media_info');
ok($dconf->getpath(undef, 'root') eq 'test2', "Can get root path");
ok($dconf->getpath(undef, 'media_info') =~ m!^/*media/media_info/?$!, "Can get media_info path"); # vim color: */
ok($dconf->getfullpath(undef, 'media_info') =~ m!^/*test2/+media/media_info/?$!, "Can get media_info fullpath"); # vim color: */