X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/412ebb8e3cc35d457058c31310d89ef96b7c416d..HEAD:/unit-tests/test-cases/insert-libraries-with-suid/Makefile?ds=sidebyside diff --git a/unit-tests/test-cases/insert-libraries-with-suid/Makefile b/unit-tests/test-cases/insert-libraries-with-suid/Makefile index b270917..c06cad5 100644 --- a/unit-tests/test-cases/insert-libraries-with-suid/Makefile +++ b/unit-tests/test-cases/insert-libraries-with-suid/Makefile @@ -23,6 +23,8 @@ TESTROOT = ../.. include ${TESTROOT}/include/common.makefile +SHELL = bash # use bash shell so we can redirect just stderr + PWD = `pwd` ifeq "$(OS_NAME)" "iPhoneOS" @@ -34,7 +36,7 @@ endif 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