]>
git.saurik.com Git - apple/security.git/blob - OSX/codesign_tests/teamid.sh
3 echo "[TEST] team identifier verification"
5 echo "[BEGIN] executable with false team identifier"
7 MY_TEMP
=$(mktemp /tmp/codesign.XXXXXX)
8 codesign
--verify --verbose=3 $1 2> $MY_TEMP
10 if grep -s "invalid or unsupported format for signature" $MY_TEMP