From owner-svn-src-all@FreeBSD.ORG Thu Jul 24 19:30:18 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 7CFE114D for ; Thu, 24 Jul 2014 19:30:18 +0000 (UTC) Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CE212F4C for ; Thu, 24 Jul 2014 19:30:17 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id j15so3505347qaq.29 for ; Thu, 24 Jul 2014 12:30:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=ofR3fN/ezMekZAIkozwk17YpjraqpPG+Z7yEXUlJ8+Q=; b=VR+iEbsL+K2TWiVrN57aZkUjwxTBYU8i34YB/8EguBsSxyuH89+R/dkLlL2K5pNM4A Mp8OGA6rZW2eTzxc+An5qiMuUK9DsYQ2NmuXgPc45aXTksKAyihJfDRNwVPWBQvUcHJE G454i92DSUXrw9/9jToRV1xBhh/g/Jy+SxJFApb3yCYSkWmAE670tF+lhurklEdAwMT7 M2eZTcvADmx2D5hW3oVB3izdEfcB88ezyl8sNolJuis4h0Q6bNZRKk37CYlWDm9vQDRO x1KqzkFH2BKxMM7A+gsKKUIqNU+0DMPDJoaPWNsjw431m0Dk9R6vLo3ZavvsC8+1OYz/ lvsA== X-Gm-Message-State: ALoCoQnMKGwLFzIlRzVPP0xcjx/65bTx6FicZjx+5Pt3wSPUeGu1OHnKSDnyJT5vVsaAIZQCJ44w X-Received: by 10.224.152.5 with SMTP id e5mr18635684qaw.65.1406230216495; Thu, 24 Jul 2014 12:30:16 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Thu, 24 Jul 2014 12:29:56 -0700 (PDT) X-Originating-IP: [2620:0:1003:1007:ac3e:4bce:435e:6e80] In-Reply-To: <201407172226.s6HMQO0a035641@svn.freebsd.org> References: <201407172226.s6HMQO0a035641@svn.freebsd.org> From: Julio Merino Date: Thu, 24 Jul 2014 15:29:56 -0400 X-Google-Sender-Auth: vQnU4CP8ebti22Rad5e8JsrL-5k Message-ID: Subject: Re: svn commit: r268812 - head/etc/mtree To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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: Thu, 24 Jul 2014 19:30:18 -0000 On Thu, Jul 17, 2014 at 6:26 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Jul 17 22:26:24 2014 > New Revision: 268812 > URL: http://svnweb.freebsd.org/changeset/base/268812 > > Log: > Add the mtree entry for yacc tests > > Modified: > head/etc/mtree/BSD.tests.dist > > Modified: head/etc/mtree/BSD.tests.dist > ============================================================================== > --- head/etc/mtree/BSD.tests.dist Thu Jul 17 22:22:38 2014 (r268811) > +++ head/etc/mtree/BSD.tests.dist Thu Jul 17 22:26:24 2014 (r268812) > @@ -266,6 +266,8 @@ > xargs > .. > yacc > + yacc > + .. > .. yacc within yacc? Something smells wrong.