From 2fed385ac2a39b4209a68288acebdc4637adf184 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sat, 19 May 2018 21:50:21 +1000 Subject: [PATCH] testsuite: Remove pgrep ?15 char test The referenced commit removed the warning for using pgrep with over 15 characters. The check for this warning needs to also be removed. References: commit c32ab58b942d6dc2d6b4d45114af2ba9572aaa50 --- testsuite/pgrep.test/pgrep.exp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testsuite/pgrep.test/pgrep.exp b/testsuite/pgrep.test/pgrep.exp index 66dd4c7d..9f935e60 100644 --- a/testsuite/pgrep.test/pgrep.exp +++ b/testsuite/pgrep.test/pgrep.exp @@ -118,9 +118,5 @@ set test "pgrep does not match substring with exact" spawn $pgrep -x $testproc_trim expect_blank $test -set test "pgrep with long non-matching pattern gives warning" -spawn $pgrep gnome-session-bi -expect_pass "$test" "pattern that searches for process name longer than 15 characters will result in zero matches" - # Cleanup kill_testproc