aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna')
-rwxr-xr-xtestsuite/gna/bug0128/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug0128/testsuite.sh b/testsuite/gna/bug0128/testsuite.sh
index 2d8938ecc..a1f07e4a0 100755
--- a/testsuite/gna/bug0128/testsuite.sh
+++ b/testsuite/gna/bug0128/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
analyze test2.vhdl
-elab_simulate_failure test2 2>&1 > test2.out
+elab_simulate_failure test2 > test2.out 2>&1
grep "NULL access" test2.out
clean