Wireshark-commits: [Wireshark-commits] master 45812a5: test: fix RSA decryption test under Windows
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=45812a51a3dd01d89c6d25df9f3f1ce8bfa0b2e7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
45812a5 by Peter Wu (peter@xxxxxxxxxxxxx):
test: fix RSA decryption test under Windows
TEST_KEYS_DIR already contains a trailing slash. Windows does not like
forward slashes, so drop the additional slash to fix tests under
Windows.
Fixes: v1.99.8rc0-417-g85f8a99
Bug: 11372
Change-Id: Ief794977281b70549369c344a193f4d48bcc1776
Reviewed-on: https://code.wireshark.org/review/9668
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from b99f10b ssl-utils: fix RSA keys with GnuTLS 2.12.23
adds 45812a5 test: fix RSA decryption test under Windows
Summary of changes:
test/suite-decryption.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)