Wireshark-commits: [Wireshark-commits] master 57520af: Generate key paths as UN*X paths and then ru
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 04:42:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57520afe1e6119b856708bef877c8360efdcb205
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

57520af by Guy Harris (guy@xxxxxxxxxxxx):

    Generate key paths as UN*X paths and then run them through cygpath.
    
    In the decryption_step_ssl_rsa_pq - and the
    decryption_step_ssl_master_secret test - duplicate the code used to
    generate TEST_KEYS_DIR, so that we construct a UN*X-style path and then,
    if we're running on Windows, map the UN*X-style path, which is a Cygwin
    path, to the equivalent Windows-style path, and pass that to TShark on
    the command line.
    
    Bug: 11372
    Change-Id: I442a30c4c954540a05942ed70ec3687941428a96
    Reviewed-on: https://code.wireshark.org/review/9675
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f82df51   Temporarily log the command that's failing.
    adds  57520af   Generate key paths as UN*X paths and then run them through cygpath.


Summary of changes:
 test/suite-decryption.sh |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)