summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2016-09-23 11:07:15 +0200
committerKarel Zak2016-09-23 11:07:15 +0200
commit54d98cf8e8babaf4fbb0fa972af317d5e4e2aca4 (patch)
tree4869c776f568ec02c66521264f257f713392cf6b
parentlibsmartcols: keep scols_table_get_termwidth() read-only (diff)
parenttrivial: use tabs consistently (diff)
downloadkernel-qcow2-util-linux-54d98cf8e8babaf4fbb0fa972af317d5e4e2aca4.tar.gz
kernel-qcow2-util-linux-54d98cf8e8babaf4fbb0fa972af317d5e4e2aca4.tar.xz
kernel-qcow2-util-linux-54d98cf8e8babaf4fbb0fa972af317d5e4e2aca4.zip
Merge branch 'master' of https://github.com/ignatenkobrain/util-linux
-rwxr-xr-xtests/ts/libsmartcols/fromfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ts/libsmartcols/fromfile b/tests/ts/libsmartcols/fromfile
index a2a67f53d..311dd7e1e 100755
--- a/tests/ts/libsmartcols/fromfile
+++ b/tests/ts/libsmartcols/fromfile
@@ -153,7 +153,7 @@ ts_finalize_subtest
ts_init_subtest "wrap"
$TESTPROG --nlines 10 --width 40 \
- --column $TS_SELF/files/col-name \
+ --column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-wrap \
$TS_SELF/files/data-string \
@@ -179,7 +179,7 @@ ts_finalize_subtest
ts_init_subtest "wrapnl"
$TESTPROG --nlines 10 \
- --column $TS_SELF/files/col-name \
+ --column $TS_SELF/files/col-name \
--column $TS_SELF/files/col-number \
--column $TS_SELF/files/col-wrapnl \
$TS_SELF/files/data-string \