From owner-svn-src-all@FreeBSD.ORG Sat May 31 00:54:22 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E788903; Sat, 31 May 2014 00:54:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B768219A; Sat, 31 May 2014 00:54:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V0sMe4082262; Sat, 31 May 2014 00:54:22 GMT (envelope-from pfg@svn.freebsd.org) Received: (from pfg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4V0sMFP082261; Sat, 31 May 2014 00:54:22 GMT (envelope-from pfg@svn.freebsd.org) Message-Id: <201405310054.s4V0sMFP082261@svn.freebsd.org> From: "Pedro F. Giffuni" Date: Sat, 31 May 2014 00:54:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266912 - head/usr.bin/printf/tests X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 00:54:22 -0000 Author: pfg Date: Sat May 31 00:54:21 2014 New Revision: 266912 URL: http://svnweb.freebsd.org/changeset/base/266912 Log: Fix m2 regression test. This is not really a good test as the behaviour for /c is unspecified. For the record, ksh93 returns: $ printf "abc\n\cdef" abc ef$ Discussed with: Garret D'Amore (Illumos) Modified: head/usr.bin/printf/tests/regress.m2.out Modified: head/usr.bin/printf/tests/regress.m2.out ============================================================================== --- head/usr.bin/printf/tests/regress.m2.out Sat May 31 00:40:13 2014 (r266911) +++ head/usr.bin/printf/tests/regress.m2.out Sat May 31 00:54:21 2014 (r266912) @@ -1 +1,2 @@ abc +cdef \ No newline at end of file