# # patch "ChangeLog" # from [7e3d49d69da79277031b292e6b43103670e68db2] # to [2db67824890b8be8b0846dad4b766d0583d82f5e] # # patch "tests/t_unreadable_MT.at" # from [a3ed09e7bf8c01bdf42c8184a9acd1683c4a6034] # to [d732c69dc8d90926de48dd11938a48b436265012] # # patch "tests/t_unreadable_db.at" # from [8242b61bfd94404b7fe69680588956036607cae9] # to [c69591064c72591c66a6f5d1b34dfbae0ca6c8ef] # ======================================================================== --- ChangeLog 7e3d49d69da79277031b292e6b43103670e68db2 +++ ChangeLog 2db67824890b8be8b0846dad4b766d0583d82f5e @@ -1,5 +1,6 @@ 2005-09-09 Matthew Gregan + * tests/t_unreadable_{db,MT}.at: Disable on Win32 for now. * paths.cc: Consistency--use WIN32 rather than _WIN32. * file_io.cc (walk_tree): Correct test for file existence. ======================================================================== --- tests/t_unreadable_MT.at a3ed09e7bf8c01bdf42c8184a9acd1683c4a6034 +++ tests/t_unreadable_MT.at d732c69dc8d90926de48dd11938a48b436265012 @@ -1,7 +1,10 @@ # -*- Autoconf -*- AT_SETUP([fail cleanly on unreadable MT/options]) +# disable for now; can't see a sane way to test this +NOT_ON_WIN32 + MONOTONE_SETUP AT_CHECK(chmod a-rwx MT/) ======================================================================== --- tests/t_unreadable_db.at 8242b61bfd94404b7fe69680588956036607cae9 +++ tests/t_unreadable_db.at c69591064c72591c66a6f5d1b34dfbae0ca6c8ef @@ -1,6 +1,9 @@ AT_SETUP([fail cleanly on unreadable db]) MONOTONE_SETUP +# disable for now; can't see a sane way to test this +NOT_ON_WIN32 + ADD_FILE(testfile, [blah blah ])