From: David Levine Date: Thu, 3 Jan 2013 00:13:59 +0000 (-0600) Subject: Remove test .netrc file at the end of test-pop. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/1f53404d5e86f9c0e35cc86f422383cff9da351f?ds=inline;hp=--cc Remove test .netrc file at the end of test-pop. --- 1f53404d5e86f9c0e35cc86f422383cff9da351f diff --git a/test/inc/test-pop b/test/inc/test-pop index a8bb87fa..580f0cda 100755 --- a/test/inc/test-pop +++ b/test/inc/test-pop @@ -27,8 +27,9 @@ TESTPASS=testuserpass testport=65413 HOME="${MH_TEST_DIR}"; export HOME -echo "default login ${TESTUSER} password ${TESTPASS}" > ${HOME}/.netrc -chmod 600 ${HOME}/.netrc +netrc="${HOME}/.netrc" +echo "default login ${TESTUSER} password ${TESTPASS}" > "$netrc" +chmod 600 "$netrc" expected=$MH_TEST_DIR/$$.expected expected_err=$MH_TEST_DIR/$$.expected_err @@ -57,6 +58,6 @@ run_test "inc -user ${TESTUSER} -host 127.0.0.1 -port $testport -width 80" \ 11+ 12/17 No Such User Hello<