diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-05-06 14:43:33 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-05-13 12:41:32 +0000 |
| commit | 10e6bac460af8482361ffafaada5776d39645675 (patch) | |
| tree | 318ccf6ab2e2d13133f5ebef6382d7e71b009c91 /tools | |
| parent | 2d5e13c86a6ad3216ef091ec7c45456a7bafb308 (diff) | |
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/test/stress2/misc/exlock2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/exlock2.sh b/tools/test/stress2/misc/exlock2.sh index 58a49919d86a..292e60e8d9f6 100755 --- a/tools/test/stress2/misc/exlock2.sh +++ b/tools/test/stress2/misc/exlock2.sh @@ -153,7 +153,7 @@ out: } #if defined(DEBUG) if (e != 0) { - system("ps -Uroot | grep -v grep | grep /tmp/exlock2 | "\ + system("ps | grep -v grep | grep /tmp/exlock2 | "\ "awk '{print $1}' | xargs procstat -f"); } #endif |
