X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=t%2FZOOM-IRSpy.t;h=5847b0b2f77ab1c5a5ec903663498d8e6d367fbd;hb=85c1b38d233da8079ee99374de9a3172b30b67f6;hp=6d84abc229d4c8536953cba9d8cf8567c0b0a196;hpb=424768b20deaa345499363cc5050a77ce654c324;p=irspy-moved-to-github.git diff --git a/t/ZOOM-IRSpy.t b/t/ZOOM-IRSpy.t old mode 100644 new mode 100755 index 6d84abc..5847b0b --- a/t/ZOOM-IRSpy.t +++ b/t/ZOOM-IRSpy.t @@ -8,12 +8,10 @@ BEGIN { } } -use Test::More +use Test::More tests => 3; use lib './lib'; use_ok('ZOOM::IRSpy'); -plan tests => 3; - # Insert your test code below, the Test::More module is use()ed here so read # its man page ( perldoc Test::More ) for help writing this test script.