]> git.marmaro.de Git - mmh/commitdiff
Fix test so it will work on terminal widths other than 80.
authorKen Hornstein <kenh@pobox.com>
Mon, 7 May 2012 13:45:38 +0000 (09:45 -0400)
committerKen Hornstein <kenh@pobox.com>
Mon, 7 May 2012 13:45:38 +0000 (09:45 -0400)
test/bad-input/test-header

index af7e78452d4f884ef66072f8f07f229780ff2e65..9e66296ded055704a9156cb2c09b2093c96650ed 100755 (executable)
@@ -34,7 +34,7 @@ EOF
 cat > $expected <<EOF
   11  12/18 foo@example.edu    test<<This is a multi-part message in MIME forma
 EOF
-scan $msgnum > $actual 2>&1
+scan -width 80 $msgnum > $actual 2>&1
 check $expected $actual
 
 # check show (mhl)