From 1fe5254260d0c3b6438553cf5f4af645820647fe Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 16 Mar 2010 15:19:25 -0500 Subject: [PATCH] Fixed regexp typo in stap_run_error.exp. * testsuite/lib/stap_run_error.exp: Fixed regexp typo. --- testsuite/lib/stap_run_error.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/lib/stap_run_error.exp b/testsuite/lib/stap_run_error.exp index 060edccdc..bf8949843 100644 --- a/testsuite/lib/stap_run_error.exp +++ b/testsuite/lib/stap_run_error.exp @@ -10,7 +10,7 @@ proc stap_run_error { TEST_NAME EXPECT_ERROR ERROR_STRING OUTPUT_CHECK_STRING ar eval spawn $cmd expect { -timeout 150 - -re {^WARNING: [^r]+\r\n} {exp_continue} + -re {^WARNING: [^\r]+\r\n} {exp_continue} -re {^Pass\ [1234]: [^\r]+real\ ms\.\r\n} {exp_continue} -re {^Pass\ ([34]): using cached [^\r]+\r\n} {exp_continue} -re {^Pass 5: starting run.\r\n} {exp_continue} -- 2.43.5