X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fatlocal.in;h=df10bef95c6cd1755a6532c3790d2c9fcd30ba78;hb=13bc7e5d95ddbcfcce29080eb2ca2b6eb17d7433;hp=35e763ed66de56697a957561d7077cba29cad0e4;hpb=e146819bbbfbb379df6e1a2f06ebf0bda0eed81f;p=pspp diff --git a/tests/atlocal.in b/tests/atlocal.in index 35e763ed66..df10bef95c 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -63,7 +63,6 @@ export GZIP WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy export WINEPREFIX - HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc. export HOME @@ -77,6 +76,11 @@ if test X"$RUNNER" = Xwine; then } fi +case $host in + *-*-mingw*) MINGW=: ;; + *) MINGW=false ;; +esac + # Enable leak suppressions for Address Sanitizer/Leak Sanitizer. LSAN_OPTIONS="suppressions=$abs_top_srcdir/tests/lsan.supp print_suppressions=0" export LSAN_OPTIONS