diff options
author | Christian Brauner <christian.brauner@ubuntu.com> | 2018-03-13 19:55:27 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 15:31:23 +0300 |
commit | ce290a19609d5ecd4a240a4750e0ed9a476cf015 (patch) | |
tree | da67976d66ac15ecac83dade8f543146ab238853 /tools/testing/selftests/filesystems/Makefile | |
parent | 4e15f760a43c7cb88e2b7ad6882501ccab5de29f (diff) | |
download | linux-ce290a19609d5ecd4a240a4750e0ed9a476cf015.tar.xz |
selftests: add devpts selftests
This adds tests to check:
- bind-mounts from /dev/pts/ptmx to /dev/ptmx work
- non-standard mounts of devpts work
- bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid
slave pty path under the originating devpts mount fail
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/filesystems/Makefile')
-rw-r--r-- | tools/testing/selftests/filesystems/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/filesystems/Makefile b/tools/testing/selftests/filesystems/Makefile index 13a73bf725b5..4e6d09fb166f 100644 --- a/tools/testing/selftests/filesystems/Makefile +++ b/tools/testing/selftests/filesystems/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -TEST_PROGS := dnotify_test +TEST_PROGS := dnotify_test devpts_pts all: $(TEST_PROGS) include ../lib.mk |