]> diplodocus.org Git - nmh/commitdiff
Added check of -pack to test-pop.
authorDavid Levine <levinedl@acm.org>
Sat, 19 Jan 2013 12:54:10 +0000 (06:54 -0600)
committerDavid Levine <levinedl@acm.org>
Sat, 19 Jan 2013 12:54:10 +0000 (06:54 -0600)
test/inc/test-pop

index a8bb87fa1cbc76a3648db91b4dba81a31bae0b26..9b8758222fdf175c66ca5287b92a53ad1bb5d3b9 100755 (executable)
@@ -55,8 +55,24 @@ run_test "inc -user ${TESTUSER} -host 127.0.0.1 -port $testport -width 80" \
        "Incorporating new mail into inbox...
 
   11+ 12/17 No Such User       Hello<<Hey man, how's it going? . Hope you're do"
+check $testmessage `mhpath +inbox 11` 'keep first'
 
-check `mhpath +inbox 11` $testmessage
-rm -f $testmessage
+# check -pack
+pid=`"${MH_OBJ_DIR}/test/fakepop" "$testmessage" "$testport" \
+                       "$TESTUSER" "$TESTPASS"`
+
+touch "$MH_TEST_DIR/inc.mbox"
+run_test "inc -user ${TESTUSER} -host 127.0.0.1 -port $testport -width 80 \
+          -pack $MH_TEST_DIR/inc.mbox" \
+       "Incorporating new mail into (null)...
+
+   1  12/17 No Such User       Hello<<Hey man, how's it going? . Hope you're do"
+run_test "inc -file $MH_TEST_DIR/inc.mbox -truncate" \
+       "Incorporating new mail into inbox...
+
+  11+ 12/17 No Such User       Hello<<Hey man, how's it going? . Hope you're do"
+
+check $testmessage `mhpath +inbox 11`
+rm -f "$MH_TEST_DIR/inc.mbox" "$MH_TEST_DIR/.inc.map"
 
 exit ${failed:-0}