From 2ff44fc56408ed696862e676740dbe96ea9c14c5 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 18 Sep 2006 22:38:28 +0000
Subject: [PATCH] Tweak for Usage message change.

---
 testsuite/expect/test16.2 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/testsuite/expect/test16.2 b/testsuite/expect/test16.2
index 5611f6054b5..8505cf737a8 100755
--- a/testsuite/expect/test16.2
+++ b/testsuite/expect/test16.2
@@ -47,10 +47,6 @@ expect {
 		incr matches
 		exp_continue
 	}
-	-re "Help options" {
-		incr matches
-		exp_continue
-	}
 	timeout {
 		send_user "\nFAILURE: sattach not responding\n"
 		set exit_code 1
@@ -60,7 +56,7 @@ expect {
 	}
 }
 
-if {$matches != 2} {
+if {$matches != 1} {
 	send_user "\nFAILURE: sattach failed to report help message\n"
 	set exit_code 1
 }
-- 
GitLab