Re: [DTrace-devel] [PATCH v3 2/4] test: correct file permissions
Eugene Loh <[email protected]> Wed, 7 Jan 2026 18:44:51 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
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