aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/gen/posix_spawn
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-02-18 14:17:28 +0000
committerEd Maste <emaste@FreeBSD.org>2016-02-18 14:17:28 +0000
commit796a99fc5c91e6a9d476e07e7db4a99c8842e152 (patch)
treec767d64f9ff8267d270ff31d91ddb9f0869354d6 /lib/libc/tests/gen/posix_spawn
parenta259e55bb9f2e6c206747579a6e4a94bf36e4c5c (diff)
Notes
Diffstat (limited to 'lib/libc/tests/gen/posix_spawn')
-rw-r--r--lib/libc/tests/gen/posix_spawn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile
index 9bb2cf1cbd57..9b687c6d5fed 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