From 7451e2985d05ad928dec6d11d5a04b39be9aa2d5 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 9 Feb 2017 13:29:05 -0600 Subject: [PATCH] Tweak process_resume.exp to better ignore the number of getpid calls. --- testsuite/systemtap.base/process_resume.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.base/process_resume.exp b/testsuite/systemtap.base/process_resume.exp index 0cb4a4322..5cf7f4e2a 100644 --- a/testsuite/systemtap.base/process_resume.exp +++ b/testsuite/systemtap.base/process_resume.exp @@ -31,7 +31,7 @@ set getpid_script { printf("getpid calls = %d\n", getpid_calls) } } # Notice we don't care how many getpid() calls we see. -set getpid_script_output "getpid calls = \[0-9\]\r\n" +set getpid_script_output "getpid calls = \[0-9\]+\r\n" set end_script { global end_probes_fired = 0 -- 2.43.5