Explorar el Código

Removed unncessary unit test

Paul Trost hace 11 años
padre
commit
f6f5116977
Se han modificado 2 ficheros con 0 adiciones y 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) );