Re: git: 9d51ef052422 - main - misc/shared-mime-info: mark TESTING_UNSAFE
Date: Mon, 01 Apr 2024 17:42:36 UTC
Am 01.04.24 um 19:39 schrieb Gleb Popov: > On Mon, Apr 1, 2024 at 8:36 PM Matthias Andree <mandree@freebsd.org> wrote: >> diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile >> index b14aecb78c3d..f6829652a767 100644 >> --- a/misc/shared-mime-info/Makefile >> +++ b/misc/shared-mime-info/Makefile >> @@ -32,6 +32,7 @@ SHEBANG_FILES= ${WRKSRC}/tests/compare_iana.py \ >> ${WRKSRC}/tests/mime-detection/test3.py \ >> ${WRKSRC}/tests/test_case.py \ >> ${WRKSRC}/tests/test_sub_class_ofs.py >> +TESTING_UNSAFE= yes # env: bash: No such file or directory > This probably can be easily fixed by adding TEST_DEPENDS= bash:shells/bash That's what I thought and tried, but the error remained. Possibly needs LOCALBASE or PATH hacks or similar.