#!/bin/sh

set -e

# Test no reinstall after delete.

${UCF_TEST_BINDIR}ucf input.conf /tmp/input.conf 2>&1
rm $DPKG_ROOT/tmp/input.conf
${UCF_TEST_BINDIR}ucf input.conf /tmp/input.conf 2>&1
