]> git.proxmox.com Git - ovs.git/commitdiff
windows, tests: Allow tests to run on MSYS2
authorAlin Gabriel Serdean <aserdean@ovn.org>
Wed, 3 Apr 2019 12:03:34 +0000 (15:03 +0300)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Tue, 9 Apr 2019 11:13:32 +0000 (14:13 +0300)
Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
tests/atlocal.in

index 5eff0a0aa2165732f95a917756a444a332d7208c..50c2a48a43116f060777da1900b521ac1900ca12 100644 (file)
@@ -100,7 +100,7 @@ esac
 
 # Check for platform.
 case `uname` in
-MINGW*)
+MINGW*|MSYS*)
     IS_WIN32="yes"
     IS_BSD="no"
     ;;