X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/39a8cd101b922f08058746122efff58c14b57605..19894a1236eae932b4028640f24ab843f691d4e4:/unit-tests/test-cases/dlopen_preflight-leak/Makefile diff --git a/unit-tests/test-cases/dlopen_preflight-leak/Makefile b/unit-tests/test-cases/dlopen_preflight-leak/Makefile index eff03d8..1752c26 100644 --- a/unit-tests/test-cases/dlopen_preflight-leak/Makefile +++ b/unit-tests/test-cases/dlopen_preflight-leak/Makefile @@ -42,8 +42,8 @@ all-check: all check check: ${CHECK} check-real: - ${TESTROOT}/bin/exit-zero-pass.pl "dlopen_preflight-leak" "dlopen_preflight-leak" "DYLD_LIBRARY_PATH=hide && ./main | grep '0 leaks for 0 total leaked bytes' > /dev/null" - ${TESTROOT}/bin/exit-zero-pass.pl "dlopen_preflight-leak" "dlopen_preflight-leak" "./main | grep '0 leaks for 0 total leaked bytes' > /dev/null" + DYLD_LIBRARY_PATH=hide && ./main + ./main check-xfail: echo "XFAIL dlopen-leak";