summaryrefslogtreecommitdiffstats
path: root/tests/ts/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2016-09-13 14:12:11 +0200
committerKarel Zak2016-09-13 14:12:11 +0200
commita414a1709387298c633d0f549bde5d0459b43a31 (patch)
tree14e155ce107e54be84e513c98daab160c125da3e /tests/ts/libsmartcols
parentlibsmartcols: add functions to control terminal usage (diff)
downloadkernel-qcow2-util-linux-a414a1709387298c633d0f549bde5d0459b43a31.tar.gz
kernel-qcow2-util-linux-a414a1709387298c633d0f549bde5d0459b43a31.tar.xz
kernel-qcow2-util-linux-a414a1709387298c633d0f549bde5d0459b43a31.zip
tests: improve libsmartcols test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/libsmartcols')
-rwxr-xr-xtests/ts/libsmartcols/fromfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ts/libsmartcols/fromfile b/tests/ts/libsmartcols/fromfile
index 456ca4367..b8297ae7d 100755
--- a/tests/ts/libsmartcols/fromfile
+++ b/tests/ts/libsmartcols/fromfile
@@ -35,6 +35,15 @@ $TESTPROG --nlines 10 \
>> $TS_OUTPUT 2>&1
ts_finalize_subtest
+ts_init_subtest "right-maxout"
+$TESTPROG --nlines 10 --maxout --width 80\
+ --column $TS_SELF/files/col-name \
+ --column $TS_SELF/files/col-number \
+ $TS_SELF/files/data-string \
+ $TS_SELF/files/data-number \
+ >> $TS_OUTPUT 2>&1
+ts_finalize_subtest
+
ts_init_subtest "wrapnl"
$TESTPROG --nlines 10 \
--column $TS_SELF/files/col-name \