summaryrefslogtreecommitdiffstats
path: root/tests/ts/column/table
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/column/table')
-rwxr-xr-xtests/ts/column/table4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ts/column/table b/tests/ts/column/table
index 5c89d5eaf..b6dbd5d92 100755
--- a/tests/ts/column/table
+++ b/tests/ts/column/table
@@ -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