summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2010-02-08 09:53:34 +0800
committerWenji Huang <wenji.huang@oracle.com>2010-02-08 09:53:34 +0800
commitdc537e7a8e9e96eb18a73a9f7b09cf19ea0283eb (patch)
tree623cf4ae7b941b30f1d60d5d8347a3ebcae71be7
parentc72dd3c713cc2b21eacae39ce6898f8e5c14e0ad (diff)
downloadsystemtap-steved-dc537e7a8e9e96eb18a73a9f7b09cf19ea0283eb.tar.gz
systemtap-steved-dc537e7a8e9e96eb18a73a9f7b09cf19ea0283eb.tar.xz
systemtap-steved-dc537e7a8e9e96eb18a73a9f7b09cf19ea0283eb.zip
Fix test case tcpmib-all-probes.stp
-rwxr-xr-xtestsuite/buildok/tcpmib-all-probes.stp7
1 files changed, 1 insertions, 6 deletions
diff --git a/testsuite/buildok/tcpmib-all-probes.stp b/testsuite/buildok/tcpmib-all-probes.stp
index 5b44a99a..490f6da4 100755
--- a/testsuite/buildok/tcpmib-all-probes.stp
+++ b/testsuite/buildok/tcpmib-all-probes.stp
@@ -19,10 +19,5 @@ probe begin{
tcpmib_remote_port(0) +
_rtn_local() +
_is_reset(0) +
-%( kernel_v < "2.6.31" %?
- __tcpmib_input_route_type_old(0)
-%:
- __tcpmib_input_route_type_new(0)
-%)
- )
+ _tcpmib_input_route_type(0))
}