From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 13 03:30:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2E2216A46D for ; Sun, 13 Jan 2008 03:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5D3013C4FA for ; Sun, 13 Jan 2008 03:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0D3U4xe086053 for ; Sun, 13 Jan 2008 03:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0D3U4uG086052; Sun, 13 Jan 2008 03:30:04 GMT (envelope-from gnats) Date: Sun, 13 Jan 2008 03:30:04 GMT Message-Id: <200801130330.m0D3U4uG086052@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Schultz Cc: Subject: Re: bin/119614: regression tests for tr(1) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Schultz List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 03:30:04 -0000 The following reply was made to PR bin/119614; it has been noted by GNATS. From: David Schultz To: Giorgos Keramidas Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Diomidis Spinellis Subject: Re: bin/119614: regression tests for tr(1) Date: Sat, 12 Jan 2008 22:28:23 -0500 Cool, looks useful to me. Tests for various other command-line options, especially -d and -s, and checking that it does the right thing with NULs. There's also the issue of making sure it does the right thing with locales and multi-byte characters (if we even support that), but I don't have much expertise in that area. But I'd say commit whatever tests you have, so the next time we find a bug, it will be a one-line change for someone to add a regression test for it.