From 46b664e11bd94e2c7cb862062733dbcdcdbddb53 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 9 Dec 2015 15:38:50 +0300 Subject: [PATCH] test: Add inotify02 into the Makefile Reported-by: Andrew Vagin Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- test/zdtm/live/static/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile index d54683214..a6995c66b 100644 --- a/test/zdtm/live/static/Makefile +++ b/test/zdtm/live/static/Makefile @@ -206,6 +206,7 @@ TST_DIR = \ bind-mount \ inotify00 \ inotify01 \ + inotify02 \ cgroup00 \ rmdir_open \ cgroup01 \