diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-12-20 21:08:55 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-20 21:08:55 +0100 |
commit | 84490e821deee16fe8155df2b9328c23d953c4fb (patch) | |
tree | fd5375aecd92a64c156191fc3293a414184af06e /testsuite/gna/bug032 | |
parent | c3ed5c426b8be1144574b9e33135450cf6ceab1a (diff) | |
download | ghdl-84490e821deee16fe8155df2b9328c23d953c4fb.tar.gz ghdl-84490e821deee16fe8155df2b9328c23d953c4fb.tar.bz2 ghdl-84490e821deee16fe8155df2b9328c23d953c4fb.zip |
testsuite/gna: adjust for windows.
Diffstat (limited to 'testsuite/gna/bug032')
-rwxr-xr-x | testsuite/gna/bug032/testsuite.sh | 6 |
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) |