summaryrefslogtreecommitdiffstats
path: root/tests/ts-col-multibyte
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts-col-multibyte')
-rwxr-xr-xtests/ts-col-multibyte17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/ts-col-multibyte b/tests/ts-col-multibyte
new file mode 100755
index 000000000..125e396c7
--- /dev/null
+++ b/tests/ts-col-multibyte
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+. commands.sh
+. functions.sh
+
+TS_COMPONENT="col"
+TS_DESC="multibyte"
+
+ts_init
+
+cat $TS_INPUT | $TS_CMD_COL > /dev/null 2> $TS_OUTPUT
+
+
+
+
+ts_finalize
+