#!/bin/sh

set -e

# Test UCF_FORCE_CONFFNEW

touch "$DPKG_ROOT/tmp/input.conf"
UCF_FORCE_CONFFNEW=1 ${UCF_TEST_BINDIR}ucf input.conf /tmp/input.conf 2>&1
