]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/suid-environ/Makefile
dyld-210.2.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / suid-environ / Makefile
index 7797d2e4942537162e344183ed735917942d66b6..6356a4a6f83a551e326915b302e9a2b83fc6eb00 100644 (file)
@@ -23,6 +23,8 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
+SHELL = bash # use bash shell so we can redirect just stderr
+
 ifeq "$(OS_NAME)" "iPhoneOS"
        RUN_AS_USER = login -f -l mobile
 else
@@ -34,7 +36,7 @@ PWD = `pwd`
 all-check: all check
 
 check:
-       ${RUN_AS_USER} $(PWD)/main-with-env
+       ${RUN_AS_USER} $(PWD)/main-with-env 2>/dev/null
 
 all: main