summaryrefslogtreecommitdiffstats
path: root/tests/ts/fincore
diff options
context:
space:
mode:
authorKarel Zak2017-03-27 15:13:17 +0200
committerKarel Zak2017-03-27 15:13:17 +0200
commit9877680caee18073250099447c0f297fc105480a (patch)
treead22ecce74647b947c251b97c62f5a6a95056408 /tests/ts/fincore
parentagetty: fix characters reorder in login prompt (diff)
downloadkernel-qcow2-util-linux-9877680caee18073250099447c0f297fc105480a.tar.gz
kernel-qcow2-util-linux-9877680caee18073250099447c0f297fc105480a.tar.xz
kernel-qcow2-util-linux-9877680caee18073250099447c0f297fc105480a.zip
tests: define columns for fincore test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/fincore')
-rwxr-xr-xtests/ts/fincore/count8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count
index 826897350..87e25a814 100755
--- a/tests/ts/fincore/count
+++ b/tests/ts/fincore/count
@@ -32,7 +32,7 @@ function run_dd_test
$DD if=/dev/zero of=$input count=1 bs=$bs $flags &> /dev/null
fi
- $TS_CMD_FINCORE --bytes --noheadings $input
+ $TS_CMD_FINCORE --output PAGES,SIZE,FILE --bytes --noheadings $input
footer "$?"
}
@@ -51,7 +51,7 @@ function run_dd_dd_test
$DD if=/dev/zero of=$input count=1 bs=$bs $flags0 &> /dev/null
$DD if=/dev/zero of=$input count=1 bs=$bs $flags1 &> /dev/null
- $TS_CMD_FINCORE --bytes --noheadings $input
+ $TS_CMD_FINCORE --output PAGES,SIZE,FILE --bytes --noheadings $input
footer "$?"
}
@@ -83,7 +83,7 @@ input=
INPUT="${INPUT} ${input}"
header "NO EXCITING FILE"
- $TS_CMD_FINCORE --bytes --noheadings $input
+ $TS_CMD_FINCORE --output PAGES,SIZE,FILE --bytes --noheadings $input
footer "$?"
} >> $TS_OUTPUT 2>&1
@@ -189,7 +189,7 @@ input=
{
header "MULTIPLE FILES"
- $TS_CMD_FINCORE --bytes $INPUT
+ $TS_CMD_FINCORE --output PAGES,SIZE,FILE --bytes $INPUT
footer "$?"
} >> $TS_OUTPUT 2>&1