Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 423057
Collapse All | Expand All

(-)tests/probes/process/test_probes_process.xml.sh.orig (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/env bash
1
#!/usr/bin/env bash
2
2
3
TMP_P=(`LD_PRELOAD= ps -A -o pid -o ppid -o comm | awk '$1 != 2 && $2 != 2 {print $3}' | \
3
TMP_P=(`LD_PRELOAD= ps -A -o pid -o ppid -o comm | grep -iE '^[a-z0-9A-Z \-]*$' | awk '$1 != 2 && $2 != 2 {print $3}' | \
4
        sed -n '2,30p'`)
4
        sed -n '2,30p'`)
5
5
6
COUNTER=1
6
COUNTER=1

Return to bug 423057