]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/coreSymbolication-notify/Makefile
dyld-421.1.tar.gz
[apple/dyld.git] / unit-tests / test-cases / coreSymbolication-notify / Makefile
index 60cedcdf2eb2f1aa2ac85f59442c0555fa19b39d..d0b5b87f40d20eb0e9d1dce717ded6e8bbcde046 100644 (file)
@@ -29,10 +29,10 @@ all-check: all check
 
 check:
        export DYLD_PRINT_CS_NOTIFICATIONS=1 && ./main  2> notifications.log
-       grep " load" notifications.log | grep foo.bundle | wc -l | grep 1  >/dev/null
-       grep " load" notifications.log | grep bar.dylib | wc -l | grep 1 >/dev/null
-       grep " unload" notifications.log | grep foo.bundle | wc -l | grep 1  >/dev/null
-       grep " unload" notifications.log | grep bar.dylib | wc -l | grep 1 >/dev/null
+       grep "_load" notifications.log | grep foo.bundle | wc -l | grep 1  >/dev/null
+       grep "_load" notifications.log | grep bar.dylib | wc -l | grep 1 >/dev/null
+       grep "_unload" notifications.log | grep foo.bundle | wc -l | grep 1  >/dev/null
+       grep "_unload" notifications.log | grep bar.dylib | wc -l | grep 1 >/dev/null
        echo "PASS coreSymbolication-notify"
 
 all: main foo.bundle