#!/bin/sh

set -e

# Test UCF_FORCE_CONFFNEW

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