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

2024-08-02 Thread enh via Toybox
On Thu, Aug 1, 2024 at 10:08 PM Rob Landley wrote: > > On 8/1/24 10:24, enh wrote: > >> > i'm not sure what you're talking about? this isn't a hash-related test? > ... > >> The tar "ownership" test. > >> > >> FAIL: tar ownership > ... > > yes, on Android (as root, the only way we test) only two te

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

2024-08-01 Thread Rob Landley
On 8/1/24 10:24, enh wrote: >> > i'm not sure what you're talking about? this isn't a hash-related test? ... >> The tar "ownership" test. >> >> FAIL: tar ownership ... > yes, on Android (as root, the only way we test) only two tests are skipped: > > SKIP: tar ownership > SKIP: tar honor umask > >

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

2024-08-01 Thread enh via Toybox
On Thu, Aug 1, 2024 at 1:06 AM Rob Landley wrote: > > On 7/29/24 16:27, enh wrote: > > On Sat, Jul 27, 2024 at 3:51 PM Rob Landley wrote: > >> On 7/23/24 14:55, enh via Toybox wrote: > >> > Fixes https://github.com/landley/toybox/issues/512. > >> > >> Applied, but could you email me the tarball f

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

2024-07-31 Thread Rob Landley
On 7/29/24 16:27, enh wrote: > On Sat, Jul 27, 2024 at 3:51 PM Rob Landley wrote: >> On 7/23/24 14:55, enh via Toybox wrote: >> > Fixes https://github.com/landley/toybox/issues/512. >> >> Applied, but could you email me the tarball for the tar "ownership" test that >> produces the 2d7b hash? I'm g

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

2024-07-29 Thread enh via Toybox
i'm not sure what you're talking about? this isn't a hash-related test? 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 --- expected 2024-07-29 21:26:48.484171554 + +++ actual 2024-07-29 21:26:48.668171554 + @

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

2024-07-27 Thread Rob Landley
On 7/23/24 14:55, enh via Toybox wrote: > Fixes https://github.com/landley/toybox/issues/512. Applied, but could you email me the tarball for the tar "ownership" test that produces the 2d7b hash? I'm getting a d9e7 hash here, and just confirmed the previous laptop doing TEST_HOST with devuan broch

[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