summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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