Subject: | t/03-openlive failure, Linux |
Hi,
The openlive test fails on my openSUSE 10.3 machine in the "Testing
open_live() with fake device name" section. The reason is that the
expected error message is not recognized.
Here is a patch for line 70 of 03-openlive.t (Net::Pcap 0.15_01):
< like( $err, '/^(?:bind|ioctl): (?:No such device)/', " - \$err
must be set: $err" );
Show quoted text
> like( $err, '/^(?:bind|ioctl|SIOCGIFHWADDR): (?:No such device)/',
" - \$err must be set: $err" );
BTW I have libpcap 0.9.7 installed.
Thanks