# # # patch "ChangeLog" # from [df1998d7aa63eef1e3f9870db377d0efc777e209] # to [72a27cd5fa3c5e7cd66ba4eb93e023a6006c4f93] # # patch "tests/t_pidfile_log_permissions.at" # from [209d35933120c7dfddb41b328e2f50eb81c64e7a] # to [59f13863c5719326ded7f3b3318cde1b13dacbf8] # ============================================================ --- ChangeLog df1998d7aa63eef1e3f9870db377d0efc777e209 +++ ChangeLog 72a27cd5fa3c5e7cd66ba4eb93e023a6006c4f93 @@ -1,5 +1,7 @@ 2006-04-15 Matthew Gregan + * tests/t_pidfile_log_permissions.at: Minor tweak to last change. + * tests/t_empty_env.at: Remove LD_LIBRARY_PATH test; it was causing the test to be skipped without good reason in too many environments. ============================================================ --- tests/t_pidfile_log_permissions.at 209d35933120c7dfddb41b328e2f50eb81c64e7a +++ tests/t_pidfile_log_permissions.at 59f13863c5719326ded7f3b3318cde1b13dacbf8 @@ -11,11 +11,11 @@ AT_CHECK(chmod 400 ro.log) AT_CHECK(MTN --log=ro.log status, [1], [ignore], [ignore]) +AT_CHECK(mkdir noaccess) # skip part of the test on win32 for now as the permission restrictions # don't map to the NT permissions we need. if test "$OSTYPE" != "msys"; then # it should also fail if a parent directory of the file is not accessible. - AT_CHECK(mkdir noaccess) AT_CHECK(chmod 100 noaccess) AT_CHECK(MTN --log=noaccess/my.log status, [1], [ignore], [ignore])