diff --git a/test/zdtm/static/Makefile b/test/zdtm/static/Makefile index e5248ca18..c5a1584e7 100644 --- a/test/zdtm/static/Makefile +++ b/test/zdtm/static/Makefile @@ -7,7 +7,7 @@ override CPPFLAGS += -I$(LIBDIR) CFLAGS = -g -O2 -Wall -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 CFLAGS += $(USERCFLAGS) -TST_NOFILE = \ +TST_NOFILE := \ busyloop00 \ sleeping00 \ pid00 \ @@ -81,7 +81,6 @@ TST_NOFILE = \ sem \ maps01 \ maps02 \ - maps03 \ maps04 \ maps05 \ mlock_setuid \ @@ -154,6 +153,12 @@ TST_NOFILE = \ helper_zombie_child \ # jobctl00 \ +ifneq ($(SRCARCH),arm) +ifneq ($(COMPAT_TEST),y) + TST_NOFILE += maps03 +endif +endif + TST_FILE = \ maps06 \ write_read00 \