storage/src/main/java/com/microsoft/alm/storage/macosx/KeychainSecurityCliStore.java [306:313]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final int result = coordinator.waitFor();
            stdOut = coordinator.getStdOut();
            stdErr = coordinator.getStdErr();
            checkResult(result, stdOut, stdErr);
        } catch (final IOException e) {
            throw new Error(e);
        } catch (final InterruptedException e) {
            throw new Error(e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



storage/src/main/java/com/microsoft/alm/storage/macosx/KeychainSecurityCliStore.java [441:448]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            final int result = coordinator.waitFor();
            stdOut = coordinator.getStdOut();
            stdErr = coordinator.getStdErr();
            checkResult(result, stdOut, stdErr);
        } catch (final IOException e) {
            throw new Error(e);
        } catch (final InterruptedException e) {
            throw new Error(e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



