diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-22 12:28:23 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-22 12:28:23 +0000 |
commit | 8bfb527a82b3844c875182139d053826902f90d6 (patch) | |
tree | 8a0600337b49dbed7acd411e862bbcfba916c0bc /lib/libc/tests/sys | |
parent | adbdbd2fff21519f0d418a20255dfd18a2381dbc (diff) | |
parent | 6a7ac9da7c8a3a5b9c0a21830670b06935f58332 (diff) | |
download | FreeBSD-src-8bfb527a82b3844c875182139d053826902f90d6.zip FreeBSD-src-8bfb527a82b3844c875182139d053826902f90d6.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc/tests/sys')
-rw-r--r-- | lib/libc/tests/sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |