From: David Levine Date: Thu, 21 Jun 2012 00:16:18 +0000 (-0500) Subject: Truncated -help test in test-whom because its output depends on whether X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=2a02eef30067f66cca5c248d7f33c1a2ce546fbc;p=mmh Truncated -help test in test-whom because its output depends on whether sasl support was configured in. It's not configured in by distcheck. --- 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