aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug032
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-20 21:08:55 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-20 21:08:55 +0100
commit84490e821deee16fe8155df2b9328c23d953c4fb (patch)
treefd5375aecd92a64c156191fc3293a414184af06e /testsuite/gna/bug032
parentc3ed5c426b8be1144574b9e33135450cf6ceab1a (diff)
downloadghdl-84490e821deee16fe8155df2b9328c23d953c4fb.tar.gz
ghdl-84490e821deee16fe8155df2b9328c23d953c4fb.tar.bz2
ghdl-84490e821deee16fe8155df2b9328c23d953c4fb.zip
testsuite/gna: adjust for windows.
Diffstat (limited to 'testsuite/gna/bug032')
-rwxr-xr-xtestsuite/gna/bug032/testsuite.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/bug032/testsuite.sh b/testsuite/gna/bug032/testsuite.sh
index 5e3301810..d145c461d 100755
--- a/testsuite/gna/bug032/testsuite.sh
+++ b/testsuite/gna/bug032/testsuite.sh
@@ -1,5 +1,11 @@
#! /bin/sh
+if [ "$OS" = "Windows_NT" ]; then
+ # Many issues with blanks in command line. Not worth fixing it.
+ echo "Test skipped on windows"
+ exit 0
+fi
+
. ../../testenv.sh
# Incorrect options are always rejected (analyze_failure doesn't work here)