#!/bin/sh

set -e

indir=debian/tests

if $(packup ${indir}/install1.cudf  2>&1 | grep -q FAIL)
then exit 1
else exit 0
fi
   
