X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b8538846d82f2bd7827eb66a7dc156f4f07b1a71..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/test/inc/test-pop diff --git a/test/inc/test-pop b/test/inc/test-pop index 0ae80293..db21c31d 100755 --- a/test/inc/test-pop +++ b/test/inc/test-pop @@ -70,6 +70,14 @@ Date: Tuesday, 19 Dec 2006 4:15:16 -0500 Dude, nmh is totally brutal. EOM +# Check netrc's permissions test +pid=`"${MH_OBJ_DIR}/test/fakepop" "$testport" '' '' "$testmessage"` +chmod g=w,o=x $netrc +run_test "inc -user ${TESTUSER} -host 127.0.0.1 -port $testport" \ + "inc: group or other permissions, 0100621, forbidden: $netrc +inc: Remove password or correct file permissions." +chmod go= $netrc + pid=`"${MH_OBJ_DIR}/test/fakepop" "$testport" \ "$TESTUSER" "$TESTPASS" "$testmessage"`