diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-06-13 06:58:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-06-13 06:58:49 +0200 |
commit | 487e786b744d487f3f5f009d94974d13ee8e0680 (patch) | |
tree | 94fbf811f3ee5541b7c7f952ad7f7fd04da419b9 /testsuite/gna/bug0122 | |
parent | 534f7801b470c22fcf61909dd42a9fba920efe34 (diff) | |
download | ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.tar.gz ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.tar.bz2 ghdl-487e786b744d487f3f5f009d94974d13ee8e0680.zip |
testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.
Option --strip-trailing-cr is used only on windows.
Diffstat (limited to 'testsuite/gna/bug0122')
-rwxr-xr-x | testsuite/gna/bug0122/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug0122/testsuite.sh b/testsuite/gna/bug0122/testsuite.sh index 88f3ba309..daa3869c1 100755 --- a/testsuite/gna/bug0122/testsuite.sh +++ b/testsuite/gna/bug0122/testsuite.sh @@ -3,6 +3,6 @@ . ../../testenv.sh analyze_failure tab1.vhdl 2> tab1.err -diff --strip-trailing-cr tab1.ref tab1.err +diff_nocr tab1.ref tab1.err echo "Test successful" |