]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0024
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / testKeychainAPI / testKeychainAPI / scripts / script0024
diff --git a/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0024 b/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/script0024
deleted file mode 100755 (executable)
index 68b419a..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-//
-// script0024
-//
-//             KCCreateKeychain
-//             KCSetInteractionAllowed
-//             KCGetInteractionAllowed
-//
-// Create a new keychain w/ and w/o interaction allowed enabled
-// 
-25 KCSetInteractionAllowed
-   Input Arguments : 1
-     AllowInteraction : 0
-   Results : 1
-     OSStatus 0
-26 KCIsInteractionAllowed
-   Input Arguments : 0
-   Results : 2
-     OSStatus 0
-     AllowInteraction : 0
-14 KCCreateKeychain
-   Input Arguments : 2
-      KeychainIndex : -1
-      Password : Apple
-   Results : 2
-     OSStatus -25308
-     KeychainIndex : 0
-14 KCCreateKeychain
-   Input Arguments : 2
-      KeychainIndex : -1
-      Password : Apple
-   Results : 2
-     OSStatus -25308
-     KeychainIndex : 0