From owner-cvs-all Fri Apr 26 20:11:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B17537B419; Fri, 26 Apr 2002 20:11:33 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3R3BXx24519; Fri, 26 Apr 2002 20:11:33 -0700 (PDT) (envelope-from jmallett) Message-Id: <200204270311.g3R3BXx24519@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 26 Apr 2002 20:11:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/uuencode regress.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/04/26 20:11:33 PDT Modified files: tools/regression/usr.bin/uuencode regress.sh Log: Redirect stdin from the input file, rather than passing the input file to uuencode(1), and set a umask, so that the mode in the header is predictable. If it varies, then the test is right to fail. Remove the note about this test falsely failing, with that in mind. Revision Changes Path 1.5 +4 -6 src/tools/regression/usr.bin/uuencode/regress.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message