From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 0B272249BF for ; Fri, 17 May 2024 23:48:12 +0200 (CEST) Received: from pb-smtp2.pobox.com ([64.147.108.71]) by 9front; Fri May 17 17:45:17 -0400 2024 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 9DDDB2AC42 for <9front@9front.org>; Fri, 17 May 2024 17:45:14 -0400 (EDT) (envelope-from me+unobe@fallglow.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:from:to:subject:mime-version:content-type :content-transfer-encoding; s=sasl; bh=3BnQsfKNbY9Qwthcq2okbiV5S t95MnFeXkUj31yfDQ0=; b=S+RgtwZsp8lTp+Nb5DFFev8gFLqVKgMz6qlUceo9r ukp71atRxh077uO5QzX44vsijDG8AWmmlbiRTRuJQ7tuJISWtwAm/iE9yzivFAg4 csAUu/sCxGbD9WXZ6t/MH49ubpFZTYQLUsHSBf+sCypgZ0D6S50YPv3UvQM4toY9 7g= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 965BA2AC41 for <9front@9front.org>; Fri, 17 May 2024 17:45:14 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Received: from strider.localdomain (unknown [47.37.156.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id E16DB2AC40 for <9front@9front.org>; Fri, 17 May 2024 17:45:13 -0400 (EDT) (envelope-from me+unobe@fallglow.com) Message-ID: <464C6A7365874B29D4ECD78523493C75@smtp.pobox.com> Date: Fri, 17 May 2024 14:45:12 -0700 From: Romano To: 9front@9front.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: BE2F614C-1496-11EF-BA80-25B3960A682E-09620299!pb-smtp2.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: mobile reduce/map backend Subject: [9front] test/ dir Reply-To: 9front@9front.org Precedence: bulk I noticed that there's a /sys/src/cmd/test directory. Is that still being used? If so, I noticed that zones.rc isn't in the mkfile and so if it is meant to be I've provided the patch below. From: Romano Date: Fri, 17 May 2024 21:37:48 +0000 Subject: [PATCH] test/zones.rc: add to mkfile and make portable --- diff 9c5fc1ce37db16f16b1b351852aa493ac002af2f af584581c71be3579d89ac685e3c3b8fdb5a7654 --- a/sys/src/cmd/test/mkfile +++ b/sys/src/cmd/test/mkfile @@ -5,5 +5,6 @@ patch\ ramfs\ test\ + zones\ /env/timezone - tm=`{../6.date -f'WW, DD MMM YYYY hh:mm:ss Z'} - x=`{../6.date -n} - y=`{../6.seconds $"tm} + tm=`{../$O.date -f'WW, DD MMM YYYY hh:mm:ss Z'} + x=`{../$O.date -n} + y=`{../$O.seconds $"tm} if(! ~ $x $y){ echo $f $tm $x $y are not equal msg=($msg $f)