From owner-cvs-all@FreeBSD.ORG Sun Apr 2 19:02:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B27F16A400; Sun, 2 Apr 2006 19:02:50 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 364C943D45; Sun, 2 Apr 2006 19:02:50 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k32J2osl084530; Sun, 2 Apr 2006 19:02:50 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k32J2oXs084529; Sun, 2 Apr 2006 19:02:50 GMT (envelope-from stefanf) Message-Id: <200604021902.k32J2oXs084529@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 2 Apr 2006 19:02:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/bin/sh/errors option-error.0 redirection-error.0 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2006 19:02:50 -0000 stefanf 2006-04-02 19:02:49 UTC FreeBSD src repository Added files: tools/regression/bin/sh/errors option-error.0 redirection-error.0 Log: Add test cases that check utility syntax errors and redirection errors. For special built-in utilities they must terminate the shell, for other utilities only a error message shall be written. We currently fail both tests. Revision Changes Path 1.1 +46 -0 src/tools/regression/bin/sh/errors/option-error.0 (new) 1.1 +53 -0 src/tools/regression/bin/sh/errors/redirection-error.0 (new)