diff options
author | emaste <emaste@FreeBSD.org> | 2016-02-18 14:17:28 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-02-18 14:17:28 +0000 |
commit | 647d168b054d82fdb36129bc02d523e9349399b0 (patch) | |
tree | c767d64f9ff8267d270ff31d91ddb9f0869354d6 /lib/libc | |
parent | e22231d2191b7f99cc27e44b943a974917168a8e (diff) | |
download | FreeBSD-src-647d168b054d82fdb36129bc02d523e9349399b0.zip FreeBSD-src-647d168b054d82fdb36129bc02d523e9349399b0.tar.gz |
Remove dd xfer stats emitted during buildworld
They result in gratuitous differences when comparing build log output.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/gen/posix_spawn/Makefile | 2 | ||||
-rw-r--r-- | lib/libc/tests/sys/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile index 9bb2cf1..9b687c6 100644 --- a/lib/libc/tests/gen/posix_spawn/Makefile +++ b/lib/libc/tests/gen/posix_spawn/Makefile @@ -20,7 +20,7 @@ CLEANFILES+= h_nonexec .include "../../Makefile.netbsd-tests" h_zero: - dd if=/dev/zero of=h_zero bs=1k count=2 + dd if=/dev/zero of=h_zero bs=1k count=2 status=none chmod a+x h_zero CLEANFILES+= h_zero diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile index efc892c..c7b0053 100644 --- a/lib/libc/tests/sys/Makefile +++ b/lib/libc/tests/sys/Makefile @@ -78,6 +78,6 @@ truncate_test_FILESGRP= wheel CLEANFILES= truncate_test.root_owned truncate_test.root_owned: - dd if=/dev/null bs=1 count=1 of=${.TARGET} + dd if=/dev/null bs=1 count=1 of=${.TARGET} status=none .include <bsd.test.mk> |