1
0
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:
Jean Paul Galea 2015-08-12 10:50:08 +02:00
parent eabdfd2503
commit c8bf5216d2

View File

@ -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