Re: [PATCH 1/4] test: mark some tests as broken when run as root.

2023-01-05 Thread David Bremner
Tomi Ollila writes: > > Good progress -- bash has: > > $ bash -c 'set' | grep UID > EUID=1001 > UID=1001 I made that change. > another question is whether test_subtest_broken_for_root > is good name. perhaps it is tolerable enough I couldn't think of anything better, but am happy to search

Re: [PATCH 1/4] test: mark some tests as broken when run as root.

2023-01-05 Thread Tomi Ollila
On Wed, Jan 04 2023, David Bremner wrote: > File permission errors e.g., are hard to trigger as root. > --- > test/T050-new.sh | 1 + > test/T150-tagging.sh | 1 + > test/test-lib.sh | 6 ++ > 3 files changed, 8 insertions(+) > > diff --git a/test/T050-new.sh b/test/T050-new.sh >

[PATCH 1/4] test: mark some tests as broken when run as root.

2023-01-04 Thread David Bremner
File permission errors e.g., are hard to trigger as root. --- test/T050-new.sh | 1 + test/T150-tagging.sh | 1 + test/test-lib.sh | 6 ++ 3 files changed, 8 insertions(+) diff --git a/test/T050-new.sh b/test/T050-new.sh index cb67889c..240c1810 100755 --- a/test/T050-new.sh +++