#! /bin/sh

# exists.sh:  What if the input file doesn't exist?

# Import common functions & definitions.
. ../common/test-common
. ../common/need-prt

s=s.testfile

remove $s
docommand e1 "${prt} $s" 1 "IGNORE" "IGNORE"
remove $s

success
