From owner-svn-src-head@freebsd.org Sat Feb 29 13:30:59 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AB46425F6E1; Sat, 29 Feb 2020 13:30:59 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48V6jt5wfDz3Fx9; Sat, 29 Feb 2020 13:30:58 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4C9A6C29A; Sat, 29 Feb 2020 13:30:58 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [100.90.31.25] (unknown [188.188.159.25]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id D88CFEF70; Sat, 29 Feb 2020 14:30:56 +0100 (CET) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Kristof Provost Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r358463 - head/sbin/pfctl/tests/files Date: Sat, 29 Feb 2020 14:30:55 +0100 Message-Id: References: <202002291324.01TDOgpA053069@repo.freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org In-Reply-To: <202002291324.01TDOgpA053069@repo.freebsd.org> To: Li-Wen Hsu X-Mailer: iPhone Mail (17D50) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 29 Feb 2020 13:30:59 -0000 > On 29 Feb 2020, at 14:24, Li-Wen Hsu wrote: >=20 > =EF=BB=BFAuthor: lwhsu > Date: Sat Feb 29 13:24:41 2020 > New Revision: 358463 > URL: https://svnweb.freebsd.org/changeset/base/358463 >=20 > Log: > Fix test cases after r358448 >=20 > sbin.pfctl.pfctl_test.pf0087 > sbin.pfctl.pfctl_test.selfpf0087 >=20 Thanks! Kristof