annotate tests/test-004-invalid-iterations.sh @ 6:1c0e7f79e737
Fix incorrect field size for text fields
The field size should be the string length excluding the terminating null byte
which is there for convenience only when using the C API and not part of the
on-disk format.
author |
Guido Berhoerster <guido+libpws@berhoerster.name> |
date |
Thu, 10 Jan 2019 09:35:16 +0100 |
parents |
dfd3ddbdb201 |
children |
|
rev |
line source |
4
Guido Berhoerster <guido+libpws@berhoerster.name>
parents:
diff
changeset
|
1 # try to opena file that specifies 0 iterations
|
Guido Berhoerster <guido+libpws@berhoerster.name>
parents:
diff
changeset
|
2 $PWSDUMP -p "${TESTS_PATH}/password.txt" \
|
Guido Berhoerster <guido+libpws@berhoerster.name>
parents:
diff
changeset
|
3 "${TESTS_PATH}/invalid-iterations.psafe3"
|
Guido Berhoerster <guido+libpws@berhoerster.name>
parents:
diff
changeset
|
4 grep 'invalid number of iterations: 0' "${LOGFILE}"
|