summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-22 12:28:23 +0000
committergjb <gjb@FreeBSD.org>2016-02-22 12:28:23 +0000
commit8bfb527a82b3844c875182139d053826902f90d6 (patch)
tree8a0600337b49dbed7acd411e862bbcfba916c0bc /lib/libc/tests
parentadbdbd2fff21519f0d418a20255dfd18a2381dbc (diff)
parent6a7ac9da7c8a3a5b9c0a21830670b06935f58332 (diff)
downloadFreeBSD-src-8bfb527a82b3844c875182139d053826902f90d6.zip
FreeBSD-src-8bfb527a82b3844c875182139d053826902f90d6.tar.gz
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/tests')
-rw-r--r--lib/libc/tests/gen/posix_spawn/Makefile2
-rw-r--r--lib/libc/tests/sys/Makefile2
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 a3e88af..659f73b 100644
--- a/lib/libc/tests/gen/posix_spawn/Makefile
+++ b/lib/libc/tests/gen/posix_spawn/Makefile
@@ -24,7 +24,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 786e292..e79204a 100644
--- a/lib/libc/tests/sys/Makefile
+++ b/lib/libc/tests/sys/Makefile
@@ -84,6 +84,6 @@ FILESPACKAGE= ${PACKAGE}
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>
OpenPOWER on IntegriCloud