summaryrefslogtreecommitdiff
path: root/tests/help-version
diff options
context:
space:
mode:
Diffstat (limited to 'tests/help-version')
-rwxr-xr-xtests/help-version5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/help-version b/tests/help-version
index f7b21956f..991a1c0b3 100755
--- a/tests/help-version
+++ b/tests/help-version
@@ -133,6 +133,11 @@ mknod_args=--version
uptime_args=--version
cmp_args="$tmp_in $tmp_in2"
+
+# Tell dd not to print the line with transfer rate and total.
+# The transfer rate would vary between runs.
+dd_args=status=noxfer
+
diff_args="$tmp_in $tmp_in2"
sdiff_args="$tmp_in $tmp_in2"
diff3_args="$tmp_in $tmp_in2 $tmp_in2"