summaryrefslogtreecommitdiffstats
path: root/tests/ts/fincore
diff options
context:
space:
mode:
authorKarel Zak2017-03-23 15:28:39 +0100
committerKarel Zak2017-03-23 15:28:39 +0100
commiteef0a92d311e37ed8cbcc979447be7d83f3775a5 (patch)
treed1de29e6da5c733ff864aa5fef2628deedff0d54 /tests/ts/fincore
parentfincore: fix error on open() (diff)
downloadkernel-qcow2-util-linux-eef0a92d311e37ed8cbcc979447be7d83f3775a5.tar.gz
kernel-qcow2-util-linux-eef0a92d311e37ed8cbcc979447be7d83f3775a5.tar.xz
kernel-qcow2-util-linux-eef0a92d311e37ed8cbcc979447be7d83f3775a5.zip
tests: refresh 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 4bb891211..a3638ac88 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
fi
- $TS_CMD_FINCORE $input
+ $TS_CMD_FINCORE --bytes --noheadings $input
footer "$?"
}
@@ -51,7 +51,7 @@ function run_dd_dd_test
$DD if=/dev/zero of=$input count=1 bs=$bs $flags0
$DD if=/dev/zero of=$input count=1 bs=$bs $flags1
- $TS_CMD_FINCORE $input
+ $TS_CMD_FINCORE --bytes --noheadings $input
footer "$?"
}
@@ -80,7 +80,7 @@ input=
INPUT="${INPUT} ${input}"
header "NO EXCITING FILE"
- $TS_CMD_FINCORE $input
+ $TS_CMD_FINCORE --bytes --noheadings $input
footer "$?"
} >> $TS_OUTPUT 2>&1
@@ -186,7 +186,7 @@ input=
{
header "MULTIPLE FILES"
- $TS_CMD_FINCORE $INPUT
+ $TS_CMD_FINCORE --bytes $INPUT
footer "$?"
} >> $TS_OUTPUT 2>&1