added com2tcp windows binary i386
[Biblio-RFID.git] / t / 30-librfid.t
index 6e207e2..c078400 100755 (executable)
@@ -9,7 +9,7 @@ BEGIN {
        use_ok( 'Biblio::RFID::Reader::librfid' );
 }
 
-ok( my $o = Biblio::RFID::Reader::librfid->new( tool => '/rest/cvs/librfid/utils/librfid-tool' ), 'new' );
+ok( my $o = Biblio::RFID::Reader::librfid->new(), 'new' );
 
 my @tags = $o->inventory;
 diag 'inventory = ', dump @tags;