Debian Automated Code Analysis

checkbashisms analysis of gnu-smalltalk_3.1-6.dsc

possible bashism in ./packages/vfs/urar line 18 ($UID should be "$(id -ru)"):
     $UNRAR v -c- "$1" | gawk -v uid=${UID-0} '
possible bashism in ./packages/vfs/urar line 72 ($RANDOM):
    dir=tmpdir.${RANDOM}
possible bashism in ./packages/vfs/uzoo line 16 ($UID should be "$(id -ru)"):
    $ZOO l $1 | gawk -v uid=${UID-0} '
possible bashism in ./packages/vfs/uzip line 24 ($UID should be "$(id -ru)"):
    $XZIPINFO -l "$1" | gawk -v uid=${UID-0} -v zipfile="$1" -v xunzip=${XUNZIP-unzip} '
possible bashism in ./packages/vfs/uzip line 58 ($UID should be "$(id -ru)"):
    $XUNZIP -v "$1" | gawk -v uid=${UID-0} '
possible bashism in ./packages/vfs/uzip line 93 ($RANDOM):
      dir=$TMPDIR/uzip$$-$RANDOM
possible bashism in ./tests/testsuite line 1362 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r arrays.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1370 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r arrays.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1375 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r arrays.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1430 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r classes.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1438 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r classes.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1443 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r classes.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1498 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r blocks.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1506 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r blocks.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1511 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r blocks.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1566 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r sets.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1574 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r sets.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1579 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r sets.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1634 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r processes.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1642 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r processes.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1647 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r processes.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1702 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r exceptions.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1710 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r exceptions.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1715 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r exceptions.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1770 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r intmath.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1778 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r intmath.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1783 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r intmath.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1843 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r floatmath.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1851 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r floatmath.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1856 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r floatmath.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1911 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r dates.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1919 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r dates.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1924 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r dates.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 1979 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r objects.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 1987 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r objects.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 1992 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r objects.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2047 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r strings.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2055 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r strings.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2060 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r strings.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2115 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r chars.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2123 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r chars.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2128 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r chars.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2183 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r objdump.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2191 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r objdump.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2196 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r objdump.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2251 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r delays.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2259 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r delays.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2264 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r delays.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2319 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r geometry.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2327 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r geometry.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2332 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r geometry.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2387 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r cobjects.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2395 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r cobjects.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2400 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r cobjects.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2455 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r compiler.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2463 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r compiler.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2468 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r compiler.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2523 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r fileext.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2531 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r fileext.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2536 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r fileext.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2591 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r mutate.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2599 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r mutate.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2604 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r mutate.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2659 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r untrusted.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2667 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r untrusted.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2672 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r untrusted.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2727 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r getopt.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2735 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r getopt.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2740 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r getopt.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2795 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r quit.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2803 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r quit.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2808 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r quit.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2863 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r pools.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2871 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r pools.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2876 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r pools.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 2940 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r ackermann.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 2948 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r ackermann.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 2953 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r ackermann.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3008 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r ary3.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3016 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r ary3.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3021 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r ary3.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3076 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r except.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3084 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r except.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3089 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r except.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3144 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r fibo.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3152 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r fibo.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3157 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r fibo.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3212 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r hash.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3220 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r hash.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3225 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r hash.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3280 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r hash2.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3288 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r hash2.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3293 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r hash2.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3348 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r heapsort.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3356 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r heapsort.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3361 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r heapsort.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3416 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r lists.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3424 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r lists.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3429 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r lists.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3484 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r lists1.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3492 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r lists1.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3497 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r lists1.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3552 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r lists2.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3560 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r lists2.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3565 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r lists2.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3620 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r matrix.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3628 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r matrix.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3633 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r matrix.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3688 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r methcall.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3696 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r methcall.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3701 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r methcall.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3756 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r nestedloop.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3764 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r nestedloop.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3769 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r nestedloop.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3824 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r objinst.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3832 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r objinst.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3837 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r objinst.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3892 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r prodcons.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3900 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r prodcons.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3905 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r prodcons.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 3960 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r random-bench.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 3968 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r random-bench.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 3973 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r random-bench.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4028 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r sieve.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4036 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r sieve.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4041 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r sieve.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4096 (sourced script with arguments):
    case "{ (cd $abs_srcdir && gst $image_path -r strcat.st 2>&1); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4104 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_srcdir && gst $image_path -r strcat.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4109 (sourced script with arguments):
    ( :; { (cd $abs_srcdir && gst $image_path -r strcat.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4173 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p SUnit); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4181 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p SUnit); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4186 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p SUnit); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4241 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Parser); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4249 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Parser); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4254 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Parser); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4317 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4325 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4330 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ArrayANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4384 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ArrayFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4392 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ArrayFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4397 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ArrayFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4451 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BagANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4459 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BagANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4464 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BagANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4518 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BagFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4526 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BagFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4531 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BagFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4585 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BooleanANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4593 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BooleanANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4598 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st BooleanANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4652 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ByteArrayANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4660 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ByteArrayANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4665 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ByteArrayANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4719 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ByteArrayFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4727 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ByteArrayFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4732 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ByteArrayFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4786 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st CharacterANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4794 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st CharacterANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4799 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st CharacterANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4853 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st CharacterFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4861 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st CharacterFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4866 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st CharacterFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4920 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DateAndTimeANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4928 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DateAndTimeANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 4933 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DateAndTimeANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 4987 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DateAndTimeFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 4995 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DateAndTimeFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5000 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DateAndTimeFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5054 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DictionaryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5062 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DictionaryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5067 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DictionaryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5121 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DictionaryFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5129 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DictionaryFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5134 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DictionaryFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5188 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DurationANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5196 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DurationANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5201 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DurationANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5255 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DurationFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5263 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DurationFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5268 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DurationFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5322 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DyadicValuableANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5330 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DyadicValuableANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5335 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st DyadicValuableANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5389 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ErrorANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5397 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ErrorANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5402 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ErrorANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5456 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ErrorClassANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5464 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ErrorClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5469 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ErrorClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5523 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5531 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5536 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5590 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionClassANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5598 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5603 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5657 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionSetANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5665 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionSetANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5670 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ExceptionSetANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5724 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FailedMessageANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5732 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FailedMessageANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5737 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FailedMessageANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5791 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FileStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5799 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FileStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5804 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FileStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5858 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FloatANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5866 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FloatANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5871 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FloatANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5925 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FloatCharacterizationANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 5933 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FloatCharacterizationANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 5938 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FloatCharacterizationANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 5992 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FractionANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6000 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FractionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6005 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FractionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6059 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FractionFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6067 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FractionFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6072 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st FractionFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6126 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IdentityDictionaryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6134 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IdentityDictionaryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6139 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IdentityDictionaryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6193 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IdentityDictionaryFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6201 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IdentityDictionaryFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6206 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IdentityDictionaryFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6260 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntegerANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6268 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntegerANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6273 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntegerANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6327 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntervalANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6335 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntervalANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6340 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntervalANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6394 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntervalFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6402 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntervalFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6407 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st IntervalFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6461 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MessageNotUnderstoodANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6469 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MessageNotUnderstoodANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6474 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MessageNotUnderstoodANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6528 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MessageNotUnderstoodSelectorANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6536 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MessageNotUnderstoodSelectorANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6541 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MessageNotUnderstoodSelectorANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6595 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MonadicBlockANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6603 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MonadicBlockANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6608 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st MonadicBlockANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6662 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NilANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6670 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NilANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6675 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NilANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6729 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NiladicBlockANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6737 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NiladicBlockANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6742 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NiladicBlockANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6796 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NotificationANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6804 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NotificationANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6809 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NotificationANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6863 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NotificationClassANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6871 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NotificationClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6876 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st NotificationClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6930 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ObjectANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 6938 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ObjectANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 6943 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ObjectANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 6997 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ObjectClassANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7005 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ObjectClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7010 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ObjectClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7064 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st OrderedCollectionANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7072 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st OrderedCollectionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7077 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st OrderedCollectionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7131 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st OrderedCollectionFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7139 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st OrderedCollectionFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7144 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st OrderedCollectionFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7198 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadFileStreamANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7206 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadFileStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7211 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadFileStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7265 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadStreamANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7273 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7278 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7332 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7340 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7345 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7399 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadWriteStreamANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7407 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadWriteStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7412 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadWriteStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7466 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadWriteStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7474 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadWriteStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7479 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ReadWriteStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7533 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ScaledDecimalANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7541 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ScaledDecimalANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7546 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ScaledDecimalANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7600 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SelectorANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7608 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SelectorANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7613 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SelectorANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7667 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SetANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7675 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SetANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7680 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SetANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7734 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SetFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7742 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SetFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7747 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SetFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7801 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SortedCollectionANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7809 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SortedCollectionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7814 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SortedCollectionANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7868 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SortedCollectionFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7876 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SortedCollectionFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7881 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SortedCollectionFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 7935 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st StringANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 7943 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st StringANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 7948 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st StringANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8002 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st StringFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8010 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st StringFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8015 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st StringFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8069 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SymbolANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8077 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SymbolANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8082 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st SymbolANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8136 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st TranscriptANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8144 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st TranscriptANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8149 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st TranscriptANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8203 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WarningANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8211 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WarningANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8216 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WarningANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8270 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WarningClassANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8278 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WarningClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8283 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WarningClassANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8337 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteFileStreamANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8345 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteFileStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8350 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteFileStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8404 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteStreamANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8412 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8417 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteStreamANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8471 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8479 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8484 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st WriteStreamFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8538 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ZeroDivideANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8546 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ZeroDivideANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8551 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ZeroDivideANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8605 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ZeroDivideFactoryANSITest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8613 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ZeroDivideFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8618 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_srcdir/AnsiRun.st ZeroDivideFactoryANSITest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8682 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Complex); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8690 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Complex); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8695 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Complex); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8750 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Continuations); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8758 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Continuations); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8763 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Continuations); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8858 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose $mysqlvars -p DBD-MySQL); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 8866 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose $mysqlvars -p DBD-MySQL); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8871 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose $mysqlvars -p DBD-MySQL); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 8945 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 8955 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9010 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p DebugTools); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9018 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p DebugTools); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9023 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p DebugTools); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9078 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p DhbNumericalMethods); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9086 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p DhbNumericalMethods); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9091 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p DhbNumericalMethods); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9146 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Digest); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9154 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Digest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9159 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Digest); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9233 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9243 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9317 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9327 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9382 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Magritte); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9390 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Magritte); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9395 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Magritte); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9469 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9479 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9534 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Seaside-Core); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9542 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Seaside-Core); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9547 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Seaside-Core); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9602 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Sport); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9610 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Sport); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9615 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Sport); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9670 (sourced script with arguments):
    case "{ (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Swazoo); echo exit $? > retcode; } | tr -d '\\r' | tee stdout; . retcode" in
possible bashism in ./tests/testsuite line 9678 (sourced script with arguments):
    ( $at_traceon; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Swazoo); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9683 (sourced script with arguments):
    ( :; { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose  -p Swazoo); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"
possible bashism in ./tests/testsuite line 9757 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stder1"
possible bashism in ./tests/testsuite line 9767 (sourced script with arguments):
    esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode ) >"$at_stdout" 2>"$at_stderr"

This report was generated on Thu, 16 Dec 2010 23:38:05 +0000, based on results by checkbashisms 2.10.65git5