Wireshark-commits: [Wireshark-commits] master 4e85b62: Allow test of the -D and -L options to succe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 15 Feb 2016 20:18:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e85b62ae5c623cca8dc38bc3ab6a556b3d5db15
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4e85b62 by Guy Harris (guy@xxxxxxxxxxxx):

    Allow test of the -D and -L options to succeed or fail with a permissions error.
    
    We cannot easily predict what will happen, given the configuration of
    the OS, the permissions on files, the availability of extcap devices,
    the version of libpcap/WinPcap/NPcap (present or future), etc., etc.,
    etc..  Allow those tests to succeed (as would be the case if you have
    the necessary permissions) or fail with a non-command-line-syntax error
    (as would be the case if you don't have the necessary permissions), but
    not to fail with a command-line syntax error.
    
    Change-Id: I76af898d5f146fcf3507c06f101acb578085e6fa
    Reviewed-on: https://code.wireshark.org/review/13957
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  44f74e7   Qt: Add FindLineEdit with regex search option
    adds  4e85b62   Allow test of the -D and -L options to succeed or fail with a permissions error.


Summary of changes:
 test/suite-clopts.sh |   42 ++++++++++++++++++++++++++++--------------
 1 file changed, 28 insertions(+), 14 deletions(-)