view tests/test-005-wrong-password.sh @ 9:ec5c1b653ee6

Prevent NULL pointer dereference Creating the end field may fail, thus try to allocate it in advance.
author Guido Berhoerster <guido+libpws@berhoerster.name>
date Tue, 30 Jul 2019 14:52:29 +0200
parents dfd3ddbdb201
children
line wrap: on
line source

# try to open a file with the wrong password
$PWSDUMP -p "${TESTS_PATH}/password.txt" "${TESTS_PATH}/wrong-password.psafe3"
grep 'wrong password' "${LOGFILE}"