From 809f040bc367763ceaec69568a867bbef2fee926 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Sat, 23 Mar 2019 07:19:08 +0000 Subject: [PATCH] Don't test bind-mount thing for MinGW --- test/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-test.sh b/test/run-test.sh index 2519846..fdf8d6a 100644 --- a/test/run-test.sh +++ b/test/run-test.sh @@ -181,7 +181,7 @@ if cmp out1 out2 > /dev/null ; then : ; else exit 1 fi -if [ x"$BWRAP" != "x" ]; then +if [ x"$BWRAP" != "x" -a "x$EXEEXT" = "x" ]; then dotest "Basic functionality with the bind-mounted cache dir" prep cp $FONT1 $FONT2 $FONTDIR