Skip to content

Commit

Permalink
windows, tests: Allow tests to run on MSYS2
Browse files Browse the repository at this point in the history
Signed-off-by: Alin Gabriel Serdean <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
aserdean committed Apr 9, 2019
1 parent 2a2e637 commit 760f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/atlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ esac

# Check for platform.
case `uname` in
MINGW*)
MINGW*|MSYS*)
IS_WIN32="yes"
IS_BSD="no"
;;
Expand Down

0 comments on commit 760f573

Please sign in to comment.