浏览代码

Removed unncessary unit test

Paul Trost 11 年之前
父节点
当前提交
f6f5116977
共有 2 个文件被更改,包括 0 次插入8 次删除
  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) );