]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testKeychainAPI/run.sh
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / run.sh
diff --git a/SecurityTests/testKeychainAPI/run.sh b/SecurityTests/testKeychainAPI/run.sh
deleted file mode 100755 (executable)
index 8070920..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-HOME=/tmp/kc$$
-export HOME
-mkdir -p $HOME/Library/Preferences
-
-echo Running with HOME=$HOME
-
-${LOCAL_BUILD_DIR}/testKeychainAPI.app/Contents/MacOS/testKeychainAPI -vnall
-${LOCAL_BUILD_DIR}/testKeychainAPI.app/Contents/MacOS/testKeychainAPI -vsall
-
-rm -rf /tmp/kc$$