X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/39a8cd101b922f08058746122efff58c14b57605..df9d6cf7fb01f4e3d4128fe7a687984fe0b45584:/unit-tests/test-cases/rpath-dlopen-leak/Makefile?ds=inline diff --git a/unit-tests/test-cases/rpath-dlopen-leak/Makefile b/unit-tests/test-cases/rpath-dlopen-leak/Makefile index 0bea13a..9d7195a 100644 --- a/unit-tests/test-cases/rpath-dlopen-leak/Makefile +++ b/unit-tests/test-cases/rpath-dlopen-leak/Makefile @@ -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;