#!/bin/sh -f
#*******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: pafchkTestCreate1,v 1.1 2004/07/15 15:08:34 vltsccm Exp $"
#
# call with an non existing file argument.
#
# who       when        what
# --------  ----------  ----------------------------------------------
# rschmutz  2004-07-12  created
#

pafchkCreate non_existing_file.ins
echo "$?"

#___oOo___
