From owner-freebsd-testing@freebsd.org Fri Nov 3 20:51:32 2017 Return-Path: Delivered-To: freebsd-testing@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 9BD20E5B460 for ; Fri, 3 Nov 2017 20:51:32 +0000 (UTC) (envelope-from freds@vailsys.com) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "*.ppe-hosted.com", Issuer "thawte SSL CA - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6704B73911 for ; Fri, 3 Nov 2017 20:51:31 +0000 (UTC) (envelope-from freds@vailsys.com) Received: from dispatch1-us1.ppe-hosted.com (localhost.localdomain [127.0.0.1]) by dispatch1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTP id DC08C47CD1 for ; Fri, 3 Nov 2017 20:51:30 +0000 (UTC) Received: from pure.maildistiller.com (unknown [10.110.50.29]) by dispatch1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTP id 4F3C620078 for ; Fri, 3 Nov 2017 20:51:22 +0000 (UTC) X-Virus-Scanned: Proofpoint Essentials engine Received: from mx1-us3.ppe-hosted.com (unknown [10.110.49.251]) by pure.maildistiller.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 1581240076 for ; Fri, 3 Nov 2017 20:51:21 +0000 (UTC) Received: from mx2.vailsys.com (mx2.vailsys.com [63.209.137.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 1119A6C007A for ; Fri, 3 Nov 2017 20:51:21 +0000 (UTC) Received: from dplzcs01.vail (dplzcs01.vail [192.168.129.173]) by mx2.vailsys.com (Postfix) with ESMTP id C9B1415E0097 for ; Fri, 3 Nov 2017 16:51:20 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by dplzcs01.vail (Postfix) with ESMTP id BE1605580531 for ; Fri, 3 Nov 2017 15:51:20 -0500 (CDT) Received: from dplzcs01.vail ([127.0.0.1]) by localhost (dplzcs01.vail [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 9JUmaHdpN950 for ; Fri, 3 Nov 2017 15:51:20 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by dplzcs01.vail (Postfix) with ESMTP id A3C2F5580A44 for ; Fri, 3 Nov 2017 15:51:20 -0500 (CDT) X-Virus-Scanned: amavisd-new at zcs.vail Received: from dplzcs01.vail ([127.0.0.1]) by localhost (dplzcs01.vail [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TzwaSWdP1LaQ for ; Fri, 3 Nov 2017 15:51:20 -0500 (CDT) Received: from dplzcs01.vail (localhost [127.0.0.1]) by dplzcs01.vail (Postfix) with ESMTP id 90C225580531 for ; Fri, 3 Nov 2017 15:51:20 -0500 (CDT) Date: Fri, 3 Nov 2017 15:51:20 -0500 (CDT) From: Fred Schlechter To: freebsd-testing@freebsd.org Message-ID: <1315882718.45460224.1509742280453.JavaMail.zimbra@vailsys.com> In-Reply-To: <753390412.45454647.1509740302185.JavaMail.zimbra@vailsys.com> Subject: location of atf-scripts on github MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.29.10.152] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF53 ([unknown])/8.0.6_GA_5922) Thread-Topic: location of atf-scripts on github Thread-Index: bJ9OtGlopSUNxOAdjK7PfvhyabojbQ== X-MDID: 1509742281-HidVK4HEyCR3 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 20:51:32 -0000 My question is on the location, in the FreeBSD source-tree on github, of the atf-scripts. For example, to test the basename(1) utility there is an atf-script named basename_test in /usr/tests/usr.bin/basename/ on my FreeBSD workstation. But, I can't find the file basename_test anywhere in the FreeBSD source tree on github. But, in the NetBSD source-tree on github there is a file named t_basename.sh in netbsd-src/tests/usr.bin/basename/. The basename_test file, which FreeBSD uses, seems to be based on the NetBSD file. Please explain, where are the FreeBSD-specfic atf-scripts on github or in another repo? Thanks, FJS