www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e86bbfbda0454e27f0b783ade8d8a52b9bfcf8c3
parent e207124f88932a469b6f2633cdf8c76fd3a9084b
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat,  3 Jun 2017 17:54:06 +0100

Tweak test runner to work in MSYS environment on Windows

Diffstat:
Mtest/runtests.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -1,8 +1,8 @@ #!/bin/bash CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -case "$(uname -s)" in - CYGWIN*) IS_CYGWIN=1 ;; +case "$OSTYPE" in + msys*|mingw*|cygwin*) IS_CYGWIN=1 ;; esac function makePath {