From dc537e7a8e9e96eb18a73a9f7b09cf19ea0283eb Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Mon, 8 Feb 2010 09:53:34 +0800 Subject: [PATCH] Fix test case tcpmib-all-probes.stp --- testsuite/buildok/tcpmib-all-probes.stp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/testsuite/buildok/tcpmib-all-probes.stp b/testsuite/buildok/tcpmib-all-probes.stp index 5b44a99aa..490f6da4b 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)) } -- 2.43.5