NetBSD/tests/fs/ptyfs
pooka 4c4df11b4b Fix test: we need to mount /dev/pts to /null/dev/pts, not /dev to
/null/dev: we're interested in /dev/pts and nullfs doesn't traverse
underlying mountpoints.

(I had code for nullfs mountpoint traversal in the tree i used to
test this originally... but I assume the rest of the world doesn't.
Before this change the test would still fail, but fail in the wrong
place and due to the wrong reason.)
2010-06-16 15:57:11 +00:00
..
Atffile
Makefile
t_nullpts.c Fix test: we need to mount /dev/pts to /null/dev/pts, not /dev to 2010-06-16 15:57:11 +00:00
t_ptyfs.c