2 # This work is licensed under the terms of the GNU LGPL, version 2 or later.
3 # See the COPYING.LIB file in the top-level directory.
9 # All of these tests should produce errors
10 for i
in err_
*.decode
; do
11 if $PYTHON $DECODETREE $i > /dev
/null
2> /dev
/null
; then
12 # Pass, aka failed to fail.
18 for i
in succ_
*.decode
; do
19 if ! $PYTHON $DECODETREE $i > /dev
/null
2> /dev
/null
; then