summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsmartcols/src/test.c')
-rw-r--r--libsmartcols/src/test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libsmartcols/src/test.c b/libsmartcols/src/test.c
index eaff49e7e..98975b77a 100644
--- a/libsmartcols/src/test.c
+++ b/libsmartcols/src/test.c
@@ -215,10 +215,9 @@ int main(int argc, char *argv[])
notree = 1;
break;
case 'c':
- scols_table_set_line_separator(tb, ",");
- /* a column separator should always take up one cell */
- scols_table_set_column_separator(tb, ":");
+ scols_table_set_column_separator(tb, ",");
scols_table_enable_raw(tb, 1);
+ notree = 1;
break;
case 'C':
clonetb = 1;