From 8ea213781d7ad589c211501bac9aa67b8cb57875 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 24 Mar 2017 13:13:28 +0100 Subject: [PATCH] tests: remove status=none dd(1) from fincore seems dd(1) sucks on travis more than expected: dd: invalid status flag: `none' Try `dd --help' for more information. Signed-off-by: Karel Zak --- tests/ts/fincore/count | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/ts/fincore/count b/tests/ts/fincore/count index 8513d5f300..8268973500 100755 --- a/tests/ts/fincore/count +++ b/tests/ts/fincore/count @@ -65,7 +65,10 @@ ts_init "$*" PAGE_SIZE=$($TS_HELPER_SYSINFO pagesize) WINDOW_SIZE=$(( 32 * 1024 * PAGE_SIZE )) -DD_FLAGS="status=none" +# seems unsupported by some dd(1) version +#DD_FLAGS="status=none" + +DD_FLAGS= DD="dd $DD_FLAGS" -- 2.47.3