summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/filesystems/.gitignore
diff options
context:
space:
mode:
authorChristian Brauner <christian.brauner@ubuntu.com>2018-03-13 17:55:27 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-14 13:31:23 +0100
commitce290a19609d5ecd4a240a4750e0ed9a476cf015 (patch)
treeda67976d66ac15ecac83dade8f543146ab238853 /tools/testing/selftests/filesystems/.gitignore
parent4e15f760a43c7cb88e2b7ad6882501ccab5de29f (diff)
downloadlinux-ce290a19609d5ecd4a240a4750e0ed9a476cf015.tar.bz2
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/.gitignore')
-rw-r--r--tools/testing/selftests/filesystems/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/.gitignore b/tools/testing/selftests/filesystems/.gitignore
index 31d6e426b6d4..8449cf6716ce 100644
--- a/tools/testing/selftests/filesystems/.gitignore
+++ b/tools/testing/selftests/filesystems/.gitignore
@@ -1 +1,2 @@
dnotify_test
+devpts_pts