summaryrefslogtreecommitdiffstats
path: root/t/01history.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01history.t')
-rw-r--r--t/01history.t4
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: {