diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile index 2e60244d9..06087fcde 100644 --- a/test/zdtm/live/static/Makefile +++ b/test/zdtm/live/static/Makefile @@ -65,6 +65,7 @@ TST_NOFILE = \ session01 \ socket-ext \ unhashed_proc \ + cow00 \ # jobctl00 \ TST_FILE = \ diff --git a/test/zdtm/live/static/cow00.c b/test/zdtm/live/static/cow00.c new file mode 100644 index 000000000..2782c2d0b --- /dev/null +++ b/test/zdtm/live/static/cow00.c @@ -0,0 +1,113 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "zdtmtst.h" + +const char *test_doc = "Check that cow memory are restored"; +const char *test_author = "Andrey Vagin