diff --git a/test/zdtm.sh b/test/zdtm.sh index 901c15d61..4896ae458 100644 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -25,6 +25,7 @@ transition/file_read transition/fork static/zombie00 static/sockets00 +static/socket_queues static/pid00 static/pstree static/caps00 diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile index f44e34613..e434e2592 100644 --- a/test/zdtm/live/static/Makefile +++ b/test/zdtm/live/static/Makefile @@ -31,6 +31,7 @@ TST_NOFILE = \ utsname \ pstree \ sockets00 \ + socket_queues \ ipc_namespace \ selfexe00 \ sem \