From 2f78b195adf5d87583604e50363d5a3f6d7a8b1a Mon Sep 17 00:00:00 2001 From: Craig Small Date: Wed, 14 Oct 2015 21:31:56 +1100 Subject: [PATCH] testsuite: check for trailing garbage in pkill Previous commit fixed pkill for trailing garbage on pkill signal when it was an integer. This check now ensures that pkill complains about it. References: commit a3975a9c6098218decf2d79b01c7a70512eded9e --- testsuite/pkill.test/pkill.exp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/pkill.test/pkill.exp b/testsuite/pkill.test/pkill.exp index 85ea15ae..76e5c0cb 100644 --- a/testsuite/pkill.test/pkill.exp +++ b/testsuite/pkill.test/pkill.exp @@ -28,5 +28,9 @@ set test "pkill signal option order" spawn $pkill -e $testproc_comm -0 expect_pass "$test" "^$testproc_comm killed \\(pid $testproc1_pid\\)\\s+$testproc_comm killed \\(pid $testproc2_pid\\)\\s*$" +set test "pkill with trailing garbage on int signal" +spawn $pkill -0garbage $testproc_comm +expect_pass "$test" "invalid option -- '0'" + # Cleanup kill_testproc