mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
* tests/help-version: Suppress dd transfer rate output.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2006-11-23 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* tests/help-version: Suppress dd transfer rate output.
|
||||
|
||||
* configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre.
|
||||
|
||||
2006-11-22 Jim Meyering <jim@meyering.net>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user