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 af7e784..9e66296 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)