]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add column/files directory
authorKarel Zak <kzak@redhat.com>
Thu, 2 Mar 2017 13:00:53 +0000 (14:00 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 2 May 2017 10:17:59 +0000 (12:17 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/ts/column/files/fivecols [moved from tests/ts/column/input with 100% similarity]
tests/ts/column/fillrow
tests/ts/column/multi-file
tests/ts/column/separator_table

index 5700924cbc92ce66e174903340031b9a1e65ac1e..a3bdd550b9b1d448870f4c3bf8d188199f86ed33 100755 (executable)
@@ -25,7 +25,7 @@ ts_check_test_command "$TS_CMD_COLUMN"
 
 ts_cd "$TS_OUTDIR"
 
-$TS_CMD_COLUMN -x -c 50 $TS_SELF/input >> $TS_OUTPUT 2>&1
+$TS_CMD_COLUMN -x -c 50 $TS_SELF/files/fivecols >> $TS_OUTPUT 2>&1
 
 ts_finalize
 
index bc7b33101444fb2dd96206c1307c88827c9d4694..38cf2b5daeb68e3567f7f1dee07c6ce6da535262 100755 (executable)
@@ -26,9 +26,9 @@ ts_check_test_command "$TS_CMD_COLUMN"
 
 ts_cd "$TS_OUTDIR"
 
-$TS_CMD_COLUMN -x -c 50 $TS_SELF/input \
-                       $TS_SELF/input \
-                       $TS_SELF/input >> $TS_OUTPUT 2>&1
+$TS_CMD_COLUMN -x -c 50 $TS_SELF/files/fivecols \
+                       $TS_SELF/files/fivecols \
+                       $TS_SELF/files/fivecols >> $TS_OUTPUT 2>&1
 
 ts_finalize
 
index 7c5caae62c0a9cdad9ed340b48602519eadebfb5..4ac910d8e8e2af3505cd8b1e4b90677476307160 100755 (executable)
@@ -25,7 +25,7 @@ ts_check_test_command "$TS_CMD_COLUMN"
 
 ts_cd "$TS_OUTDIR"
 
-$TS_CMD_COLUMN -s 2 -t $TS_SELF/input >> $TS_OUTPUT 2>&1
+$TS_CMD_COLUMN -s 2 -t $TS_SELF/files/fivecols >> $TS_OUTPUT 2>&1
 
 ts_finalize