]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/insert-libraries-with-suid/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / insert-libraries-with-suid / Makefile
index b270917c5e946eb36af4dd643dde5050a180f948..c06cad5f7f5324eaa8e2c13fcfcc9668f1cf16c7 100644 (file)
@@ -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