[DTrace-devel] [PATCH v3 2/4] test: correct file permissions

Eugene Loh eugene.loh at oracle.com
Wed Jan 7 23:44:51 UTC 2026


On 1/7/26 17:55, Kris Van Hees wrote:

> On Wed, Jan 07, 2026 at 04:30:57PM -0500, Eugene Loh wrote:
>> How are the tests running?  Didn't assign, pid, and pgid need the -q
>> removed?
> Tests are fine.  Those tests did not need any further changes apparently.

I'm confused how that could be.  The tests were not running with -q, and 
so the .r files had ":BEGIN" in their output.  With this patch, the 
tests run with -q and the .r files have not changed.  I just checked:  
the tests fail for me.

>> On 1/7/26 11:28, Kris Van Hees via DTrace-devel wrote:
>>> diff --git a/test/unittest/scripting/tst.assign.d b/test/unittest/scripting/tst.assign.d
>>> -#!/usr/sbin/dtrace -qs
>>> +#!dtrace -qs
>>> diff --git a/test/unittest/scripting/tst.pgid.d b/test/unittest/scripting/tst.pgid.d
>>> -#!/usr/sbin/dtrace -qs
>>> +#!dtrace -qs
>>> diff --git a/test/unittest/scripting/tst.pid.d b/test/unittest/scripting/tst.pid.d
>>> -#!/usr/sbin/dtrace -qs
>>> +#!dtrace -qs



More information about the DTrace-devel mailing list