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(-)