From 2a02eef30067f66cca5c248d7f33c1a2ce546fbc Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 20 Jun 2012 19:16:18 -0500 Subject: [PATCH] Truncated -help test in test-whom because its output depends on whether sasl support was configured in. It's not configured in by distcheck. --- test/whom/test-whom | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/whom/test-whom b/test/whom/test-whom index b3f20eb..b53bb08 100755 --- a/test/whom/test-whom +++ b/test/whom/test-whom @@ -33,6 +33,8 @@ This is a draft message. EOF # check -help +# Only look at first 10 lines because the rest depend on +# whether sasl support was configured in. cat >$expected <$actual 2>&1 +whom -help | head -10 >$actual 2>&1 check $expected $actual # check -version -- 1.7.10.4