mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-28 15:24:14 +01:00
Fix failing tests.
- bug introduced in 382cfc2ab5
.
- travis perl server test should use port 8002 to simulate ksm server.
This commit is contained in:
parent
eabdfd2503
commit
c8bf5216d2
@ -12,7 +12,7 @@ my %otps = (
|
||||
|
||||
my $socket = new IO::Socket::INET (
|
||||
LocalHost => '127.0.0.1',
|
||||
LocalPort => '80',
|
||||
LocalPort => '8002',
|
||||
Proto => 'tcp',
|
||||
Listen => 10,
|
||||
Reuse => 1
|
||||
|
Loading…
Reference in New Issue
Block a user