X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e537b780f7aea8df01ddca1976f8c128d9c1fb55..c5ef7e3f83bdcb3cc581d9650597c8f432b60d9a:/test/inc/test-pop diff --git a/test/inc/test-pop b/test/inc/test-pop index 4f92644b..db21c31d 100755 --- a/test/inc/test-pop +++ b/test/inc/test-pop @@ -24,7 +24,7 @@ setup_test TESTUSER=testuser TESTPASS=testuserpass -arith_eval 64001 + `id -u` % 1000 +arith_eval 64001 + $$ % 1000 testport=$arith_val HOME="${MH_TEST_DIR}"; export HOME @@ -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"`