Explorar o código

Removed unncessary unit test

Paul Trost %!s(int64=11) %!d(string=hai) anos
pai
achega
f6f5116977
Modificáronse 2 ficheiros con 0 adicións e 8 borrados
  1. 0 0
      t/01-get_functions.t
  2. 0 8
      t/01-instantiation.t

+ 0 - 0
t/02-get_functions.t → t/01-get_functions.t


+ 0 - 8
t/01-instantiation.t

@@ -1,8 +0,0 @@
-use warnings;
-use strict;
-use Test::More 'tests' => 1;
-use Disk::SMART;
-
-my $smart = Disk::SMART->new('/dev/sda');
-
-pass('instantiation of object successful') if ( defined($smart) );