Module Name: src Committed By: pooka Date: Wed Jun 16 15:57:12 UTC 2010
Modified Files: src/tests/fs/ptyfs: t_nullpts.c Log Message: 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.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/ptyfs/t_nullpts.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.