]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dlopen-leak/Makefile
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-leak / Makefile
index b3a47a314867b6f414980b69bb6daa59aa86a3f9..a9f14c8491f7aa1552fbf9d21094ccbeadb47601 100644 (file)
@@ -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";