https://bugs.kde.org/show_bug.cgi?id=412745
--- Comment #4 from Paul Floyd <[email protected]> --- The test none/tests/scripts/shell is failing because of a change to /bin/sh The prereq makes a directory. ./x86 The test script tries to execute this directory. On almost all platforms this fails and there is an error message from the Valgrind PRE execve wrapper. On macOS 10.15 this does not fail and a new shell is started. Since a new shell is running at this point (without --trace-children=yes) then I don't see much point in keeping this test on Darwin. I'll deactivate this test and create a new darwin version using --trace-children=yes and with with two expecteds, one for 10.14 and earlier and the other for 10.15 and later. -- You are receiving this mail because: You are watching all bug changes.
