summaryrefslogtreecommitdiff
path: root/tests/dd/reblock.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dd/reblock.sh')
-rwxr-xr-xtests/dd/reblock.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dd/reblock.sh b/tests/dd/reblock.sh
index cd9d94205..d950b39f4 100755
--- a/tests/dd/reblock.sh
+++ b/tests/dd/reblock.sh
@@ -23,14 +23,14 @@ print_ver_ dd
cat <<\EOF > exp-reblock || framework_failure_
0+2 records in
1+1 records out
-4 bytes (4 B) copied
+4 bytes copied
EOF
# 2 short reads -> 2 partial writes
cat <<\EOF > exp-no-reblock || framework_failure_
0+2 records in
0+2 records out
-4 bytes (4 B) copied
+4 bytes copied
EOF