diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2007-07-19 17:06:05 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2007-07-19 17:06:05 +0000 |
commit | 2c6017d9464f2e10834d9316e381bdb5c351e15e (patch) | |
tree | 8c6045ea87dd371413689a51c7a8c849ae5707d1 /t/01history.t | |
parent | 4abe81dc4bbab339331c8952e121a95e03d556dc (diff) | |
download | perl-MDV-Distribconf-2c6017d9464f2e10834d9316e381bdb5c351e15e.tar perl-MDV-Distribconf-2c6017d9464f2e10834d9316e381bdb5c351e15e.tar.gz perl-MDV-Distribconf-2c6017d9464f2e10834d9316e381bdb5c351e15e.tar.bz2 perl-MDV-Distribconf-2c6017d9464f2e10834d9316e381bdb5c351e15e.tar.xz perl-MDV-Distribconf-2c6017d9464f2e10834d9316e381bdb5c351e15e.zip |
- add getdpath and getfulldpath function
Diffstat (limited to 't/01history.t')
-rw-r--r-- | t/01history.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01history.t b/t/01history.t index 92175fc..28eb6d3 100644 --- a/t/01history.t +++ b/t/01history.t @@ -27,10 +27,10 @@ foreach my $path (@testdpath) { my $medias = 0; foreach my $m ($dconf->listmedia()) { $medias++; - if (-f $dconf->getfullpath($m, 'hdlist')) { + if (-f $dconf->getfulldpath($m, 'hdlist')) { $foundhd++; } else { - print STDERR "$m " . $dconf->getfullpath($m, 'hdlist') . " not found\n"; + print STDERR "$m " . $dconf->getfulldpath($m, 'hdlist') . " not found\n"; } } SKIP: { |