aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue450/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue450/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue450/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue450/testsuite.sh b/testsuite/gna/issue450/testsuite.sh
index 590964905..9fd47cd44 100755
--- a/testsuite/gna/issue450/testsuite.sh
+++ b/testsuite/gna/issue450/testsuite.sh
@@ -12,7 +12,7 @@ if c_compiler_is_available && ghdl_has_feature disptree vpi; then
$GHDL --vpi-link -v gcc -o vpi2.vpi vpi2.o
simulate disptree --vpi=./vpi2.vpi | tee disptree.out
- diff_nocr -q disptree.ref disptree.out
+ diff_nocr disptree.ref disptree.out
rm -f vpi2.o vpi2.vpi disptree.out
fi