Wireshark-commits: [Wireshark-commits] master-2.0 3f9ce2c: Allow test of the -D and -L options to s
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f9ce2cac498ff2821fbe5a42f3ddc1c5f9ccdb5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
3f9ce2c 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>
Reviewed-on: https://code.wireshark.org/review/16848
Actions performed:
from b02bd92 autotools: Fix extra-compiler-warnings for system headers
adds 3f9ce2c 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(-)