Subject: CVS commit: src/regress/bin/sh
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/13/2003 09:35:57
Module Name:	src
Committed By:	simonb
Date:		Sat Sep 13 09:35:56 UTC 2003

Modified Files:
	src/regress/bin/sh: Makefile
Added Files:
	src/regress/bin/sh: exitstatus.sh

Log Message:
Add a regression test for testing that here documents don't confuse the
exit status of the previous command ($?).  Fixed long ago on -current,
but forgot to commit this test...


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/regress/bin/sh/Makefile
cvs rdiff -r0 -r1.1 src/regress/bin/sh/exitstatus.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.