diff --git a/LibOS/shim/test/apps/ltp/Makefile.testcases b/LibOS/shim/test/apps/ltp/Makefile.testcases index c58c523a..5c3c4d09 100644 --- a/LibOS/shim/test/apps/ltp/Makefile.testcases +++ b/LibOS/shim/test/apps/ltp/Makefile.testcases @@ -2,7 +2,7 @@ manifests = $(wildcard ../../../../*.manifest.template) manifest testcases = $(filter-out $(wildcard *.*) $(patsubst %/,%,$(wildcard */)) Makefile manifest pal_loader,$(wildcard *)) exec_target = $(testcases) -target = $(manifests) $(testcases) /tmp/shm etc/nsswitch.conf etc/passwd +target = $(manifests) $(testcases) etc/nsswitch.conf etc/passwd level = ../../../../../../ include ../../../../../../Makefile @@ -10,9 +10,6 @@ include ../../../../../../Makefile $(addsuffix .template,$(manifests)): %: ../../../../% ln -sf $< $@ -/tmp/shm: - mkdir -p $@ - etc/nsswitch.conf: mkdir -p etc echo "passwd: compat\ngroup: compat\nshadow: compat\nhosts: files" > $@