From owner-svn-src-head@freebsd.org Wed Jun 21 17:59:35 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0221AD951EA; Wed, 21 Jun 2017 17:59:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qt0-x236.google.com (mail-qt0-x236.google.com [IPv6:2607:f8b0:400d:c0d::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B10C776379; Wed, 21 Jun 2017 17:59:34 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qt0-x236.google.com with SMTP id f92so24482997qtb.2; Wed, 21 Jun 2017 10:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bpFphgRXxBT1vTz3fzztVP6d6dZTPQqH4W+vc6RITEE=; b=eZCkiNEzv/XuLQZtyfcEJ+ph2u7YlViCIPi/ez1wvNX+ofNN62cTGzTW20tQrVGtXM 43HiBjxquhxy4tZc2/84OmzhIwmEnnZgbAXIlyD8PCLMvcGisv4XUE3q4RWWbzJYQfck 2jQozeH380MJ3ENmvAY0QfRKe3cOTSCOVu29hscFALUVcvzNEoPg6IofLVA8lTzzhGmQ R2DkHlA24zcBbOY4T402ZY6LcBz50h6Yfv3Co6Fr+Fdx3nbDPKAChDO7otLm1OLQ6591 s1aU097dxMuAdnqSHnPNdN/nA8OY1aPsDb3WuG1ndgMSl/mRsTeQ8qcACpfVZ274dDjZ 1Kww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bpFphgRXxBT1vTz3fzztVP6d6dZTPQqH4W+vc6RITEE=; b=JiHXVxf9FU+xWd9Fxdg+kukuVOwAsptse2N2cn0SBMis2+5JOX8BA8rTJM4cA9NQjB 9Bgf/pDVtC7EZKWEO3wITpl5xArjsyIw8IIZb3suT2u0iw8Gu0LvW6h8aeX1V2KAWiav ji++owesT2MXx96vT7LZ/NAcRebYRoDUXCk56OS2x4lv39a4ouxhLVCOM1X4ycSpa/BL Yy2VosNcMHiDELMHpzGq6iMwSI4ejwBOOC22sZ9WqWBwhSe7dM5D+5fmR4OQ70WX+2d/ 8HJtIgC7IcOfVGbfcIj89bH8FFlOqbvDJHFcLCE0dwNB0fLC6hvzupGaknJly+paCcCt Nxgg== X-Gm-Message-State: AKS2vOxmzGzEKnuBEKmI/uxFVH2/McrOv+s9gUEBIdZQemiH79M3jwZ4 vOvnX9l3EhgsSjOSxR1ftGApcdudOGpK X-Received: by 10.237.39.68 with SMTP id n62mr40993539qtd.136.1498067973682; Wed, 21 Jun 2017 10:59:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.92.214 with HTTP; Wed, 21 Jun 2017 10:59:33 -0700 (PDT) In-Reply-To: References: <201706202046.v5KKk8Zd034737@repo.freebsd.org> From: Ngie Cooper Date: Wed, 21 Jun 2017 10:59:33 -0700 Message-ID: Subject: Re: svn commit: r320172 - head/bin/ln To: Bryan Drewery Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 17:59:35 -0000 On Wed, Jun 21, 2017 at 10:12 AM, Bryan Drewery wrote: ... > I don't see a test update here. Sorry :/.. I blindly copy-pasted the CR text. r320173 has the test update. Thanks! -Ngie