view tests/test-004-non-readable-pwmrc.sh @ 37:e027dd4409c7

Handle empty fields correctly when filtering the list of entries
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 08 Aug 2019 10:31:06 +0200
parents f9501248b6bd
children
line wrap: on
line source

# non-readable pwmrc

mkdir -p "${TESTS_OUTPUT_PATH}/${TEST_NAME}/.pwm"
touch "${TESTS_OUTPUT_PATH}/${TEST_NAME}/.pwm/pwmrc"
chmod 000 "${TESTS_OUTPUT_PATH}/${TEST_NAME}/.pwm/pwmrc"
HOME="${TESTS_OUTPUT_PATH}/${TEST_NAME}" $PWM \
    -P "${TESTS_PATH}/password.txt" </dev/null
grep 'failed to open configuration file' "${LOGFILE}"