if ZOOM::IRSpy was not installed yet, use the version from ./lib
[irspy-moved-to-github.git] / t / ZOOM-IRSpy.t
index daf415f..7d05d2d 100644 (file)
@@ -3,6 +3,7 @@
 use Test::More tests => 3;
 
 BEGIN {
+    use lib './lib';
     use_ok('ZOOM::IRSpy');
 }