]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dlopen-search-leak/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-search-leak / Makefile
index 2a361da47882a0dbf2ed098629436674eaa47334..e62fe0dc35df2ee8130638d894ced19650688bd9 100644 (file)
@@ -42,7 +42,7 @@ all-check: all check
 check: ${CHECK}
 
 check-real:
-       DYLD_LIBRARY_PATH=hide:other:places && ./main | grep '0 leaks for 0 total leaked bytes' > /dev/null && echo "PASS dlopen-search-leak"
+       DYLD_LIBRARY_PATH=hide:other:places && ./main 
 
 check-xfail:
        echo "XFAIL dlopen-leak";