]> git.saurik.com Git - apple/security.git/blob - SecurityTests/testKeychainAPI/run.sh
Security-57031.10.10.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / run.sh
1 #!/bin/sh
2
3 HOME=/tmp/kc$$
4 export HOME
5 mkdir -p $HOME/Library/Preferences
6
7 echo Running with HOME=$HOME
8
9 ${LOCAL_BUILD_DIR}/testKeychainAPI.app/Contents/MacOS/testKeychainAPI -vnall
10 ${LOCAL_BUILD_DIR}/testKeychainAPI.app/Contents/MacOS/testKeychainAPI -vsall
11
12 rm -rf /tmp/kc$$