#!/bin/sh

. ${SRCROOT:=`../../../conf/srcroot.sh`}/tests/bin/base

. ${SRCROOT}/sccs/tests/common/command-names

HAVE_PRT=true
if test ! -x ${prt}
then
	HAVE_PRT=false
fi
