Skip to content

Commit cae73d3

Browse files
committed
seltests: move nsfs into filesystems subfolder
I'm going to be adding new tests for it and it belongs under filesystem selftests. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent e7c8dde commit cae73d3

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

tools/testing/selftests/nsfs/Makefile renamed to tools/testing/selftests/filesystems/nsfs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ TEST_GEN_PROGS := owner pidns
33

44
CFLAGS := -Wall -Werror
55

6-
include ../lib.mk
6+
include ../../lib.mk

0 commit comments

Comments
 (0)