From owner-cvs-src-old@FreeBSD.ORG Sun May 9 16:15:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5AEA106566B for ; Sun, 9 May 2010 16:15:59 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C35B68FC15 for ; Sun, 9 May 2010 16:15:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o49GFxiA016880 for ; Sun, 9 May 2010 16:15:59 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o49GFxtp016879 for cvs-src-old@freebsd.org; Sun, 9 May 2010 16:15:59 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201005091615.o49GFxtp016879@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 9 May 2010 16:15:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh/builtins case2.0 case3.0 src/tools/regression/lib/libc/gen Makefile test-fnmatch.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2010 16:15:59 -0000 jilles 2010-05-09 16:15:40 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/gen Makefile test-fnmatch.c Added files: tools/regression/bin/sh/builtins case2.0 case3.0 Log: SVN rev 207821 on 2010-05-09 16:15:40Z by jilles Generate some tests for sh's case command from the fnmatch tests. I'm committing the generated files because I don't like a build dependency for the sh(1) tests, and they are small and will not change much. Revision Changes Path 1.1 +106 -0 src/tools/regression/bin/sh/builtins/case2.0 (new) 1.1 +95 -0 src/tools/regression/bin/sh/builtins/case3.0 (new) 1.5 +4 -0 src/tools/regression/lib/libc/gen/Makefile 1.3 +51 -1 src/tools/regression/lib/libc/gen/test-fnmatch.c