Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master af6aa3f: test: fix "DeprecationWarning: invalid escap

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Nov 2018 06:11:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=af6aa3f76aca1d143a81a67b679cf2a333415d47
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

af6aa3f by Peter Wu (peter@xxxxxxxxxxxxx):

    test: fix "DeprecationWarning: invalid escape sequence \("
    
    Use the 'r' prefix to prevent backslashes from being interpreted.
    
    Change-Id: I736d70c72a862086501a59b3c1acac0d77e2d6d3
    Reviewed-on: https://code.wireshark.org/review/30840
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  97112cd   test: skip tests when GnuTLS is unavailable
     add  af6aa3f   test: fix "DeprecationWarning: invalid escape sequence \("


Summary of changes:
 test/suite_capture.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)