Skip to content

Commit

Permalink
Fix tests to work with Windows 10 Wifi (German)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Aug 29, 2019
1 parent f9e1bc8 commit 991dc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Sys/HostIP.pm
Expand Up @@ -275,6 +275,8 @@ sub _get_win32_interface_info {
(?:
Ethernet(?:\s?|-)\w+
|
Drahtlos-LAN-Adapter\b
|
.*?\s+Ethernet
)
\s+
Expand Down
1 change: 1 addition & 0 deletions t/02-base-mocked-windows.t
Expand Up @@ -19,6 +19,7 @@ my @ipconfigs = qw(
ipconfig-win7.txt
ipconfig-xp.txt
ipconfig-winxp-ru-utf8.txt
ipconfig-win10-de-wifi.txt
);


Expand Down

0 comments on commit 991dc68

Please sign in to comment.