##########################################################################
# (C) Copyright 1991 X/Open Company Limited
#
# All rights reserved.  No part of this source code may be reproduced,
# stored in a retrieval system, or transmitted, in any form or by any
# means, electronic, mechanical, photocopying, recording or otherwise,
# except as stated in the end-user licence agreement, without the prior
# permission of the copyright owners.
#
# X/Open and the 'X' symbol are trademarks of X/Open Company Limited in
# the UK and other countries.
#
#	SCCS:	@(#)os.knl/proc/exec_X/exec_shell	Rel 4.4.1 (06/09/97)
#
#	PROJECT:	VSX (X/OPEN Issue 3 validation suite)
#	PRODUCT:	os.knl/proc/exec_shell
#	AUTHOR:		Dave Cater, UniSoft Ltd.
#	DATE CREATED:	Thu May  4 12:53:14 BST 1989
#	DESCRIPTION:	This file should be executed by a command interpreter
#			(i.e. /bin/sh) to test X/OPEN extension test 3.
#			The exit code is significant. It should be 
#			returned when the command interpreter exits.
#
##########################################################################

exit 1
