view tests/test-004-invalid-iterations.sh @ 13:2bb1bbac1d0a default tip

Added tag version-1.0.0 for changeset 1926dfc9feb0
author Guido Berhoerster <guido+libpws@berhoerster.name>
date Sun, 04 Aug 2019 21:37:56 +0200
parents dfd3ddbdb201
children
line wrap: on
line source

# try to opena file that specifies 0 iterations
$PWSDUMP -p "${TESTS_PATH}/password.txt" \
    "${TESTS_PATH}/invalid-iterations.psafe3"
grep 'invalid number of iterations: 0' "${LOGFILE}"