aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-16 17:53:58 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-16 17:53:58 +0000
commit183ae521e5796272070594b031f1849b6a8a2cf5 (patch)
tree7c05f187a198d875f45fe523168ad7b97db974cc /tests/sys
parent267f10b14c0d94152288c81ffb4b2fb942b49283 (diff)
downloadsrc-183ae521e5796272070594b031f1849b6a8a2cf5.tar.gz
src-183ae521e5796272070594b031f1849b6a8a2cf5.zip
Use _SED instead of hacking tests rewriting mknod ... p as mkfifo
Similar to r312297
Notes
Notes: svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312298
Diffstat (limited to 'tests/sys')
-rw-r--r--tests/sys/fs/tmpfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/sys/fs/tmpfs/Makefile b/tests/sys/fs/tmpfs/Makefile
index 154d2da8af8d..388d9115c5c8 100644
--- a/tests/sys/fs/tmpfs/Makefile
+++ b/tests/sys/fs/tmpfs/Makefile
@@ -41,6 +41,10 @@ ${PACKAGE}FILESDIR= ${TESTSDIR}
PROGS+= h_tools
BINDIR.h_tools= ${TESTSDIR}
+ATF_TESTS_SH_SED_mknod_test= \
+ -e 's,mknod pipe p,mkfifo pipe,g' \
+ -e 's,mknod dir/pipe p,mkfifo dir/pipe,g'
+
ATF_TESTS_SH_SED_mount_test= \
-e 's,-o -g,-o gid=,g' \
-e 's,-o -m,-o mode=,g' \