X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/832b6fce7c321434378950ecd081b6c34cc3a24f..2fd3f4e8fd2c2f2c7d149fbea471d8b3fb56f15a:/unit-tests/test-cases/dlopen-leak-threaded/Makefile diff --git a/unit-tests/test-cases/dlopen-leak-threaded/Makefile b/unit-tests/test-cases/dlopen-leak-threaded/Makefile index 1afad69..83d46ff 100644 --- a/unit-tests/test-cases/dlopen-leak-threaded/Makefile +++ b/unit-tests/test-cases/dlopen-leak-threaded/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";