]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/fallback-with-suid/Makefile
dyld-195.5.tar.gz
[apple/dyld.git] / unit-tests / test-cases / fallback-with-suid / Makefile
index af3f2b9ea49dd67228d9c357084228032de0bf08..dccb78c566957fc40f9e7217408203aa2d4205e6 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
+# Copyright (c) 2006-2009 Apple Inc. All rights reserved.
 #
 # @APPLE_LICENSE_HEADER_START@
 # 
 # 
 # @APPLE_LICENSE_HEADER_END@
 ##
-TESTROOT = ../..
+PWD = $(shell pwd)
+TESTROOT = $(PWD)/../..
 include ${TESTROOT}/include/common.makefile
 
+ifeq "$(OS_NAME)" "iPhoneOS"
+       RUN_AS_USER = login -f -l mobile
+else
+       RUN_AS_USER = 
+endif
+
 all-check: all check
 
 check:
-       ${TESTROOT}/bin/exit-non-zero-pass.pl "fallback-with-suid" "fallback-with-suid" ./main-suid
+       ${RUN_AS_USER} ${PASS_IFF_FAILURE} "fallback-with-suid" "fallback-with-suid" $(PWD)/main-suid
        
 all: main-suid