X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/832b6fce7c321434378950ecd081b6c34cc3a24f..2fd3f4e8fd2c2f2c7d149fbea471d8b3fb56f15a:/unit-tests/test-cases/rpath-dlopen-leak/Makefile 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;