From owner-freebsd-standards@FreeBSD.ORG Wed Feb 9 21:09:35 2011 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AB52106566C for ; Wed, 9 Feb 2011 21:09:35 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A2A048FC08 for ; Wed, 9 Feb 2011 21:09:34 +0000 (UTC) Received: by bwz12 with SMTP id 12so1354930bwz.13 for ; Wed, 09 Feb 2011 13:09:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:from:date:message-id :subject:to:content-type; bh=rGEv0El7o3H6Fj4BTcac9DoNMJgDgTyrMjWPmiWoHqw=; b=dTZcw+++rdKBzUV13Mi1zRvtTg5yExNKpuRpcvh6XxYbGCIhyYc/YJfJa+8NXtCXgY NiRL2S5WE3vWb3P7GA0yKAgoIg+h9IgQUHShBOoBQ/vvRUEEETY9YRLLyn9vfWQ+8DQ6 TJrEF5Aq3zScamSztfMDRAnUlk5c75cAlWhl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=d/aXz08etZUBKSluBFN/+9dMNxnUHU4dv6/YmaKFjenoYomt9cpJ+Y+o1hYfO/22No LGloc9IvEL3S9/RZUpfxIepSFh5tQIInIjLrHVZYuSWRYQQ5AGfRxq9MJUYnjF+rPJv0 goY0EasypYOPyq1h3o94VWfynKIM7X0cIUQXQ= Received: by 10.204.46.130 with SMTP id j2mr11334134bkf.169.1297284401363; Wed, 09 Feb 2011 12:46:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.76.18 with HTTP; Wed, 9 Feb 2011 12:46:11 -0800 (PST) From: Chris Rees Date: Wed, 9 Feb 2011 20:46:11 +0000 Message-ID: To: freebsd-standards@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Should we imitate GNU test's insanity? X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2011 21:09:35 -0000 Hi all, I've found so many cases of autoconf failing when porting Linux apps over, for example scilab and musicpd due to the happiness of GNU test to accept a == b rather than a = b. Rather than making a bug report that'll be brushed off (as my bug report for GNU find was), would it be unthinkable for me to make a patch for our test to make == acceptable, to stop some wasted porters' time? Obviously our behaviour is correct [1], I just wonder if we're cutting off our noses so as to speak. Chris [1] http://pubs.opengroup.org/onlinepubs/009695399/utilities/test.html