aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-07-21 20:14:01 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-07-21 20:14:01 +0000
commit8cadd66d98b2c2194166d5f229e7c2fbc89fde7e (patch)
tree91da4306349d533bba4a9f6eec2c58eb9304b42c /tests
parent7378015b694df3fbbc8cf51fe5ed352701f20e01 (diff)
Notes
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/fs/tmpfs/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/sys/fs/tmpfs/Makefile b/tests/sys/fs/tmpfs/Makefile
index d1e82a8b76af..78c1e10e6792 100644
--- a/tests/sys/fs/tmpfs/Makefile
+++ b/tests/sys/fs/tmpfs/Makefile
@@ -41,13 +41,7 @@ ${PACKAGE}FILESDIR= ${TESTSDIR}
PROGS+= h_tools
BINDIR.h_tools= ${TESTSDIR}
-# NOTE: dev_t is represented by 64-bits after r321920 (it was 16-bits
-# previously).
-#
-# The old hardcoded values assume the 16-bit layout for <struct stat>.st_rdev .
ATF_TESTS_SH_SED_mknod_test= \
- -e '/$${st_rdev} -eq 512/s/512/8589934592/g' \
- -e '/$${st_rdev} -eq 514/s/514/8589934594/g' \
-e 's,mknod pipe p,mkfifo pipe,g' \
-e 's,mknod dir/pipe p,mkfifo dir/pipe,g'