tests: add empty column test

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-06-04 15:27:54 +02:00
parent a797704d5d
commit 641af90dce
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
:a:b

View File

@ -104,4 +104,8 @@ $TS_CMD_COLUMN --table $TS_SELF/files/mountinfo \
>> $TS_OUTPUT 2>&1
ts_finalize_subtest
ts_init_subtest "empty-column"
printf ':a:b\n' | $TS_CMD_COLUMN --table --separator ':' --output-separator ':' >> $TS_OUTPUT 2>&1
ts_finalize_subtest
ts_finalize