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