summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2010-03-16 06:04:04 -0400
committerSteve Dickson <steved@redhat.com>2010-03-16 11:11:25 -0400
commitba685cc807d6df15b4a5587f5f6a376db38e599f (patch)
treeac9e3bb685fca89530b478945c2e48aa727b7817 /testsuite
parent4b29a6c6520b12b2939158d3b6fe403d34ad6176 (diff)
downloadsystemtap-steved-ba685cc807d6df15b4a5587f5f6a376db38e599f.tar.gz
systemtap-steved-ba685cc807d6df15b4a5587f5f6a376db38e599f.tar.xz
systemtap-steved-ba685cc807d6df15b4a5587f5f6a376db38e599f.zip
Update the nfsd buildok test suite probes
The __get_fh() is no longer exists due to the use of the @cast defines, so its removed Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/buildok/nfsd-embedded.stp1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/buildok/nfsd-embedded.stp b/testsuite/buildok/nfsd-embedded.stp
index 6321ec94..96d808ba 100755
--- a/testsuite/buildok/nfsd-embedded.stp
+++ b/testsuite/buildok/nfsd-embedded.stp
@@ -1,6 +1,5 @@
#! stap -p4
probe begin {
- print (__get_fh (0,0))
print (__svc_fh (0))
}