#! /bin/sh # -*- sh -*- # # $Id: missing.test,v 1.1 2003/03/02 18:41:58 richdawe Exp $ # Copyright (C) 2003 by Richard Dawe if (test -n "$VERBOSE" -a "$VERBOSE" != "n" ); then set -x fi fail=0 $PAKKE $PAKKEOPT --non-interactive --install missing.dsm -n \ 1>/dev/null 2>missing.res diff -c missing.res missing.exp || fail=1 exit $fail