Wireshark-commits: [Wireshark-commits] master 74fd569: Test: Fix capinfos output and command paths.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 01 May 2018 18:46:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74fd56901883d29a68cc2bcb65f2ba44007d4107
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

74fd569 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Test: Fix capinfos output and command paths.
    
    Convert capinfos output to UTF-8 in getCaptureInfo.
    
    Normalize our command paths, otherwise "./run/RelWithDebInfo/..." might
    be interpreted as the command "." with flags "/run", "/RelWithDebInfo",
    etc. on Windows.
    
    Change-Id: Ib7336a016db3ee0805739fc44913cb9c6895aaad
    Reviewed-on: https://code.wireshark.org/review/27239
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  48ab9ad   obex: Fix request response arrows
    adds  74fd569   Test: Fix capinfos output and command paths.


Summary of changes:
 test/config.py          |  2 +-
 test/subprocesstest.py  |  8 ++++++--
 test/suite_text2pcap.py | 23 ++++++++++++-----------
 3 files changed, 19 insertions(+), 14 deletions(-)