Mercurial > projects > libpws
annotate tests/test-012-unknown-fields.sh @ 5:b3fc9f7e2b43
Fix manpage title
author | Guido Berhoerster <guido+libpws@berhoerster.name> |
---|---|
date | Thu, 10 Jan 2019 08:05:32 +0100 |
parents | dfd3ddbdb201 |
children |
rev | line source |
---|---|
4 | 1 # try to read and write header and record fields of an unknown type |
2 $PWSDUMP -p "${TESTS_PATH}/password.txt" -n "${TESTS_PATH}/password.txt" \ | |
3 -t pws3 -o "${TESTS_OUTPUT_PATH}/unknown-fields.psafe3" \ | |
4 "${TESTS_PATH}/unknown-fields.psafe3" || exit 1 | |
5 $PWSDUMP -p "${TESTS_PATH}/password.txt" \ | |
6 "${TESTS_OUTPUT_PATH}/unknown-fields.psafe3" | grep '^fe:' |