Module Name: src Committed By: christos Date: Tue Mar 8 14:26:34 UTC 2016
Modified Files: src/tests/bin/sh: Makefile Log Message: remove old test To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/bin/sh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/bin/sh/Makefile diff -u src/tests/bin/sh/Makefile:1.6 src/tests/bin/sh/Makefile:1.7 --- src/tests/bin/sh/Makefile:1.6 Tue Feb 23 11:20:42 2016 +++ src/tests/bin/sh/Makefile Tue Mar 8 09:26:34 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/02/23 16:20:42 christos Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/08 14:26:34 christos Exp $ # .include <bsd.own.mk> @@ -7,7 +7,6 @@ TESTSDIR = ${TESTSBASE}/bin/sh TESTS_SUBDIRS += dotcmd -TESTS_SH= t_compexit TESTS_SH+= t_exit TESTS_SH+= t_expand TESTS_SH+= t_evaltested