summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/context_test.stp
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-06-16 11:24:27 -0400
committerDave Brolley <brolley@redhat.com>2009-06-16 11:24:27 -0400
commit15c8284f31d0c1571e9454240f594b62701f2d07 (patch)
tree0e064b0f0e989a23ef1267d19c1513688b36a348 /testsuite/buildok/context_test.stp
parent148b5d924e05124eae22a27ef670c480de76553a (diff)
parent611ab8263198e3e8c2640cb4a3e1eb65e2037f96 (diff)
downloadsystemtap-steved-15c8284f31d0c1571e9454240f594b62701f2d07.tar.gz
systemtap-steved-15c8284f31d0c1571e9454240f594b62701f2d07.tar.xz
systemtap-steved-15c8284f31d0c1571e9454240f594b62701f2d07.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/buildok/context_test.stp')
-rwxr-xr-xtestsuite/buildok/context_test.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/buildok/context_test.stp b/testsuite/buildok/context_test.stp
index acc4ea07..e58c8997 100755
--- a/testsuite/buildok/context_test.stp
+++ b/testsuite/buildok/context_test.stp
@@ -18,5 +18,6 @@ probe begin {
printf("gid is %d\n", gid())
printf("egid is %d\n", egid())
printf("pp is %s\n", pp())
+ printf("pgrp is %d\n", pgrp())
printf("sid is %d\n", sid())
}