diff options
Diffstat (limited to 't')
-rw-r--r-- | t/01history.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/01history.t b/t/01history.t index 28eb6d3..88cb5ab 100644 --- a/t/01history.t +++ b/t/01history.t @@ -33,8 +33,5 @@ foreach my $path (@testdpath) { print STDERR "$m " . $dconf->getfulldpath($m, 'hdlist') . " not found\n"; } } - SKIP: { - skip "Test not completed", 1 unless(0); is($foundhd, $medias, "All hdlists can be found"); - } } |