[Toybox] [PATCH] tar.test: don't test non-`-p` behavior as root.

2024-07-23 Thread enh via Toybox
Fixes https://github.com/landley/toybox/issues/512. --- tests/tar.test | 1 + 1 file changed, 1 insertion(+) From 77d366f65905d527a6d49c75284a3a12e9864980 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 23 Jul 2024 15:52:51 -0400 Subject: [PATCH] tar.test: don't test non-`-p` behavior as

Re: [Toybox] toybox tar test failure

2024-07-23 Thread enh via Toybox
(see debugging on http://github.com/landley/toybox/issues/512.) On Thu, Jul 18, 2024 at 5:53 PM Rob Landley wrote: > > On 7/17/24 07:56, enh wrote: > >> > FAIL: tar honor umask > >> > echo -ne '' | umask 0022 && rm -rf dir && mkdir dir && tar xf > >> > $FILES/tar/dir.tar && stat -c%A dir dir/file

[Toybox] POSIX 2024 changes

2024-07-23 Thread Ray Gardner
I modified an old HTML diff program by Ian Bicking to run with Python3, and wrote a little shell script to compare the 2018 version of a utility spec to the 2024 version. Run like: ./diffposixutil.sh sed This downloads the old and new versions of the sed.html spec from https://pubs.opengroup.org/