Re: restic: enable tests

2025-01-13 Thread Stuart Henderson
On 2025/01/13 18:06, Klemens Nanni wrote: > 13 янв. 2025 г. 14:06:00 Stuart Henderson : > > > On 2025/01/12 17:18, Klemens Nanni wrote: > >> There are tests and they pass except for some xattr stuff (chflags(1) for > >> Linux) > >> and some basic stuff like reading from stdin (worth looking into)

Re: restic: enable tests

2025-01-13 Thread Klemens Nanni
13 янв. 2025 г. 14:06:00 Stuart Henderson : > On 2025/01/12 17:18, Klemens Nanni wrote: >> There are tests and they pass except for some xattr stuff (chflags(1) for >> Linux) >> and some basic stuff like reading from stdin (worth looking into). >> >> One test runs 'python -c ...', hence the modul

Re: restic: enable tests

2025-01-13 Thread Stuart Henderson
On 2025/01/12 17:18, Klemens Nanni wrote: > There are tests and they pass except for some xattr stuff (chflags(1) for > Linux) > and some basic stuff like reading from stdin (worth looking into). > > One test runs 'python -c ...', hence the module. > > Either I'm holding it wrong or that one goo