Just for sanity's sake, double check the "inc" results also with "scan".
authorKen Hornstein <kenh@pobox.com>
Tue, 20 Mar 2012 01:37:14 +0000 (21:37 -0400)
committerKen Hornstein <kenh@pobox.com>
Tue, 20 Mar 2012 01:37:14 +0000 (21:37 -0400)
test/inc/test-inc-scanout

index 75be7dc..419147c 100755 (executable)
@@ -189,7 +189,10 @@ run_test "inc -file ${MH_TEST_DIR}/test.mbox -width 120 -truncate" \
 
   11+ 03/01 Mr Nobody          Who is on first?<<Abbott: Every dollar of it. And why not, the man's entitled to it. Cos"
 
-check "${MH_TEST_DIR}/test.mbox.2" "$(mhpath +inbox 11)"
+check "$(mhpath +inbox 11)" "${MH_TEST_DIR}/test.mbox.2" "keep first"
 rm -f "${MH_TEST_DIR}/test.mbox" "${MH_TEST_DIR}/test.mbox.2"
 
+run_test "scan -width 120 +inbox 11" \
+       "  11+ 03/01 Mr Nobody          Who is on first?<<Abbott: Every dollar of it. And why not, the man's entitled to it. Cos"
+
 exit ${failed:-0}