diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-02-18 14:17:28 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-02-18 14:17:28 +0000 |
| commit | 796a99fc5c91e6a9d476e07e7db4a99c8842e152 (patch) | |
| tree | c767d64f9ff8267d270ff31d91ddb9f0869354d6 /lib/libc/tests/gen/posix_spawn | |
| parent | a259e55bb9f2e6c206747579a6e4a94bf36e4c5c (diff) | |
Notes
Diffstat (limited to 'lib/libc/tests/gen/posix_spawn')
| -rw-r--r-- | lib/libc/tests/gen/posix_spawn/Makefile | 2 |
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 |
