Date: Sat, 10 May 2014 19:06:36 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265846 - head/bin/sh/tests/builtins Message-ID: <201405101906.s4AJ6adD083668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jilles Date: Sat May 10 19:06:36 2014 New Revision: 265846 URL: http://svnweb.freebsd.org/changeset/base/265846 Log: sh: Add new tests to the Makefile. Modified: head/bin/sh/tests/builtins/Makefile Modified: head/bin/sh/tests/builtins/Makefile ============================================================================== --- head/bin/sh/tests/builtins/Makefile Sat May 10 18:59:09 2014 (r265845) +++ head/bin/sh/tests/builtins/Makefile Sat May 10 19:06:36 2014 (r265846) @@ -83,6 +83,8 @@ FILES+= getopts2.0 getopts2.0.stdout FILES+= getopts3.0 FILES+= getopts4.0 FILES+= getopts5.0 +FILES+= getopts6.0 +FILES+= getopts7.0 FILES+= hash1.0 hash1.0.stdout FILES+= hash2.0 hash2.0.stdout FILES+= hash3.0 hash3.0.stdout
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405101906.s4AJ6adD083668>