]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/rpath-dlopen-leak/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / rpath-dlopen-leak / Makefile
index 0bea13aa94b83727601775aca24086cd8fb8f9ab..9d7195a9d869ff65e026f927d564ed1c765aacc0 100644 (file)
@@ -42,8 +42,8 @@ all-check: all check
 check:
        if [ ${EMULATED} == 0 ]; \
        then \
-               ${TESTROOT}/bin/exit-zero-pass.pl "rpath-dlopen-leak" "rpath-dlopen-leak" "./main | grep '0 leaks for 0 total leaked bytes' > /dev/null"; \
-               ${TESTROOT}/bin/exit-zero-pass.pl "rpath-dlopen-leak" "rpath-dlopen-leak" "./main.bad | grep '0 leaks for 0 total leaked bytes' > /dev/null"; \
+               ./main ; \
+               ./main.bad ; \
        else \
                echo "XFAIL rpath-dlopen-leak"; \
        fi;