TESTROOT = ../..
include ${TESTROOT}/include/common.makefile
+SHELL = bash # use bash shell so we can redirect just stderr
+
PWD = `pwd`
ifeq "$(OS_NAME)" "iPhoneOS"
all-check: all check
check:
- ${RUN_AS_USER} $(PWD)/main-with-env
+ ${RUN_AS_USER} $(PWD)/main-with-env insert-libraries-with-suid 2>/dev/null
all: main