ts_check_test_command "$TESTPROG"
ts_init_subtest "tree"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--tree-id-column 1 \
--tree-parent-column 2 \
--column $TS_SELF/files/col-tree \
ts_finalize_subtest
ts_init_subtest "tree-json"
-$TESTPROG --nlines 10 --json \
+ts_run $TESTPROG --nlines 10 --json \
--tree-id-column 1 \
--tree-parent-column 2 \
--column $TS_SELF/files/col-tree \
ts_finalize_subtest
ts_init_subtest "tree-middle"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--tree-id-column 0 \
--tree-parent-column 1 \
--column $TS_SELF/files/col-id \
ts_finalize_subtest
ts_init_subtest "tree-end"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--tree-id-column 0 \
--tree-parent-column 1 \
--column $TS_SELF/files/col-id \
ts_finalize_subtest
ts_init_subtest "trunc"
-$TESTPROG --nlines 10 --width 40 \
+ts_run $TESTPROG --nlines 10 --width 40 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-trunc \
ts_finalize_subtest
ts_init_subtest "right"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-string \
ts_finalize_subtest
ts_init_subtest "right-maxout"
-$TESTPROG --nlines 10 --maxout --width 80\
+ts_run $TESTPROG --nlines 10 --maxout --width 80\
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
$TS_SELF/files/data-string \
ts_finalize_subtest
ts_init_subtest "strictwidth"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-strict \
--column $TS_SELF/files/col-number \
ts_finalize_subtest
ts_init_subtest "noextremes"
-$TESTPROG --nlines 10 --width 45 \
+ts_run $TESTPROG --nlines 10 --width 45 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-noextremes \
--column $TS_SELF/files/col-number \
ts_finalize_subtest
ts_init_subtest "hidden"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-hidden \
--column $TS_SELF/files/col-number \
ts_finalize_subtest
ts_init_subtest "wrap"
-$TESTPROG --nlines 10 --width 40 \
+ts_run $TESTPROG --nlines 10 --width 40 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-wrap \
ts_finalize_subtest
ts_init_subtest "wrap-tree"
-$TESTPROG --nlines 10 --width 45 \
+ts_run $TESTPROG --nlines 10 --width 45 \
--tree-id-column 1 \
--tree-parent-column 2 \
--column $TS_SELF/files/col-tree \
ts_finalize_subtest
ts_init_subtest "wrapnl"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-wrapnl \
ts_finalize_subtest
ts_init_subtest "wrapnl-tree"
-$TESTPROG --nlines 10 \
+ts_run $TESTPROG --nlines 10 \
--tree-id-column 1 \
--tree-parent-column 2 \
--column $TS_SELF/files/col-tree \
ts_finalize_subtest
ts_init_subtest "raw"
-$TESTPROG --nlines 10 --raw \
+ts_run $TESTPROG --nlines 10 --raw \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-trunc \
ts_finalize_subtest
ts_init_subtest "export"
-$TESTPROG --nlines 10 --export \
+ts_run $TESTPROG --nlines 10 --export \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-trunc \
ts_finalize_subtest
ts_init_subtest "column-separator"
-$TESTPROG --nlines 10 --colsep \| \
+ts_run $TESTPROG --nlines 10 --colsep \| \
--column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-trunc \