From owner-freebsd-testing@FreeBSD.ORG Fri Sep 19 10:07:06 2014 Return-Path: Delivered-To: freebsd-testing@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 DA67FF79; Fri, 19 Sep 2014 10:07:06 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 37298B61; Fri, 19 Sep 2014 10:07:06 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id hz20so2882635lab.29 for ; Fri, 19 Sep 2014 03:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=vCjRy1USErEeNrEz3Q4hMCYRFJVdrQgzqTr9zg4G31Y=; b=j1ml3P5Oo1Pp18Qtf5kYGs1HVhcRnwwpZXV4kzmN7h0W96KBql3/ik6VAMS+ENr532 I65X8Tlcm7c2pyksG41DwnHaI++ruPT0bK21Qi0adCH9hZ7tyB8a3Ca7XNuetS34L13H xpUX6fWoqYKxZxcvZS4ViTnqWsjbfhrNbphWD2mbPLuAxDOYNGMYOohS5E6TQyToUMBE NYBJdLR3iAhD+qx6YSrh1WDlBICxv7b+nol5A3Ac+HGjbtgb/eT9SgPOt9F1iWIgcQoD rzMfeByzrD7eeP2CMerHw28gYTLHtMO5aDddLUg8se9vaDMFXZJyaRkAsC09iJKWtIpy ot9A== MIME-Version: 1.0 X-Received: by 10.112.156.138 with SMTP id we10mr5550660lbb.68.1411121224047; Fri, 19 Sep 2014 03:07:04 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.22.72 with HTTP; Fri, 19 Sep 2014 03:07:04 -0700 (PDT) Date: Fri, 19 Sep 2014 03:07:04 -0700 X-Google-Sender-Auth: eqjyt7qAGwYm1iON08K19d1zc9E Message-ID: Subject: Fix ATF test failure From: Craig Rodrigues To: Julio Merino Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 10:07:06 -0000 Hi, Can we pull this: https://github.com/jmmv/atf/commit/70126d013db25c72539803f19f7e00baddacdf51 directly into FreeBSD-HEAD? This fix is needed to eliminate a test failure when running "kyua test" in the /usr/test directory on FreeBSD-HEAD. Thanks. -- Craig