#\!/bin/sh

set -e

#Test helper_update_locdel

. ../../t/helper_functions_test_setup.sh

handle_all_ucf_files /${PKG_DIR} ${LOC_DIR}
rm ${DPKG_ROOT_LOC_DIR}/input.conf
handle_all_ucf_files /${PKG_DIR} ${LOC_DIR}
# loc/renamedconffile must now be identical to pkg/renamedconffile
${UCF_TEST_BINDIR}ucfq --with-colons $PKGNAME | wc -l
# must be 1


