Searched refs:test_ps (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/regress/bin/ps/
H A Dcommand.sh17 test_ps() function
52 test_ps "" "" "-o command,ppid" "./shortsleep $mypid"
53 test_ps "" "" "-c -o command,ppid" "shortsleep $mypid"
54 test_ps "E=1" "" "-eo command,ppid" "E=1 ./shortsleep $mypid"
55 test_ps "E=1" "" "-ceo command,ppid" "E=1 shortsleep $mypid"
56 test_ps "long_argument" "" "-o command,ppid" "./shortsleep lon $mypid"
57 test_ps "long_argument" "" "-co command,ppid" "shortsleep $mypid"
58 test_ps "E=long" "" "-eo command,ppid" "E=long ./shortsl $mypid"
59 test_ps "E=long" "" "-ceo command,ppid" "E=long shortslee $mypid"
60 test_ps "
[all...]
H A Dcwd.sh17 test_ps() function
36 test_ps "-o cwd,command" "$padded ./shortsleep"
37 test_ps "-wwo cwd,command" "$padded ./shortsleep"
38 test_ps "-o cwd" "$dirname"
39 test_ps "-wwo cwd" "$dirname"
40 test_ps "-wwo command,cwd" "./shortsleep $dirname"
53 test_ps "-o cwd,command" "$dirname ../shortsleep"
54 test_ps "-wwo cwd,command" "$dirname ../shortsleep"
55 test_ps "-o cwd" "$dirname"
56 test_ps "
[all...]
H A Duser.sh17 test_ps() function
39 test_ps "-o login,user,ruser,group,rgroup" "$lpad $upad $upad $gpad $gname"
40 test_ps "-o group,rgroup,login,user,ruser" "$gpad $gpad $lpad $upad $uname"
41 test_ps "-o user,ruser,group,rgroup,login" "$upad $upad $gpad $gpad $login"

Completed in 114 milliseconds