From owner-svn-src-all@freebsd.org Sun Aug 2 02:03:34 2015 Return-Path: Delivered-To: svn-src-all@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 BAB8A9AA02D; Sun, 2 Aug 2015 02:03:34 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (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 8B2E91994; Sun, 2 Aug 2015 02:03:34 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pachj5 with SMTP id hj5so63341930pac.3; Sat, 01 Aug 2015 19:03:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Ml8fx/NoV4PSUv0/P32hIAkcpbAQPlRch8Z7oqjVL8Q=; b=cRCeVVYgOksgwbytTbelLgRnRRxcpbd0WCNh1RhbA7pVcBExFDedLRyiOnBkoq9SN7 5tl4iqKRGsfFjgs/TXe+pQS0AI3oM/9vrh9avimill4it8tgiIY0xT2c912fQGA6TtM8 MGmBM3lTtX9wiZYvOFsbIYhSQYNkHSnZ+pMCwB/DYgRHqZBwIxhlHsSkf3BWN22KY82j sfKuon9TWL3FnT8pkTQix6v4/IVLxlrNp2oFFEKo7QfIuZzLH4xcrNyb3zMnBORBgkFE j4opsYaYr61uY5laS8G7u3Pgkp9XOejdBGRrdBCcjeRMTvRrUIX1/UzlYBTHMawlO6Rt eshQ== X-Received: by 10.68.198.37 with SMTP id iz5mr389949pbc.129.1438481013914; Sat, 01 Aug 2015 19:03:33 -0700 (PDT) Received: from [33.172.230.148] ([172.56.32.252]) by smtp.gmail.com with ESMTPSA id au10sm3355397pbd.33.2015.08.01.19.03.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Aug 2015 19:03:33 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r286173 - head/usr.sbin/pw/tests From: Garrett Cooper X-Mailer: iPhone Mail (12H143) In-Reply-To: <201508020033.t720XZrA027708@repo.freebsd.org> Date: Sat, 1 Aug 2015 19:03:31 -0700 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <171F8C8E-9FEC-4F30-BF9D-42F3D74F6B50@gmail.com> References: <201508020033.t720XZrA027708@repo.freebsd.org> To: Baptiste Daroussin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 02 Aug 2015 02:03:34 -0000 > On Aug 1, 2015, at 17:33, Baptiste Daroussin wrote: >=20 > Author: bapt > Date: Sun Aug 2 00:33:34 2015 > New Revision: 286173 > URL: https://svnweb.freebsd.org/changeset/base/286173 >=20 > Log: > Remove netbsd tests on pw(8) >=20 > First they are redundant with the tests we currently have on pw(8) > Second they to modify the host database instead of being self contained w= ithing > the test directory >=20 > Modified: > head/usr.sbin/pw/tests/Makefile >=20 > Modified: head/usr.sbin/pw/tests/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/usr.sbin/pw/tests/Makefile Sun Aug 2 00:24:21 2015 (r28617= 2) > +++ head/usr.sbin/pw/tests/Makefile Sun Aug 2 00:33:34 2015 (r28617= 3) > @@ -1,8 +1,5 @@ > # $FreeBSD$ >=20 > -TESTSRC=3D ${.CURDIR}/../../../contrib/netbsd-tests/usr.sbin/useradd > -.PATH: ${TESTSRC} > - > TESTSDIR=3D ${TESTSBASE}/usr.sbin/pw >=20 > ATF_TESTS_SH=3D pw_etcdir \ > @@ -24,12 +21,4 @@ FILES=3D group helper_functions.shin mast > pw-modified.conf > FILESDIR=3D ${TESTSDIR} >=20 > -ATF_TESTS_SH+=3D pw_test > -# - user{add,del} does not exist on FreeBSD; use pw user{add,del} instead= > -# - The command passes on FreeBSD > -ATF_TESTS_SH_SED_pw_test=3D -e 's/useradd /pw useradd /' > -ATF_TESTS_SH_SED_pw_test+=3D -e 's/userdel /pw userdel /' > -ATF_TESTS_SH_SED_pw_test+=3D -e '/atf_expect_fail "PR bin\/39546"/d' > -ATF_TESTS_SH_SRC_pw_test=3D t_useradd.sh > - > .include You forgot to add an ObsoleteFiles.inc entry..=