# # # patch "ChangeLog" # from [23816ab3fe1a744367ebe0d47e2c05bcb67aef04] # to [541a833618bb71df0c59a2f71b62271edd8c08fd] # # patch "tests/t_mt_ignore.at" # from [979d32a72c8573f493f549ecf34039562014ca05] # to [c1be4b41d6032d7c488ec44a0ccc402be82e15f7] # ============================================================ --- ChangeLog 23816ab3fe1a744367ebe0d47e2c05bcb67aef04 +++ ChangeLog 541a833618bb71df0c59a2f71b62271edd8c08fd @@ -1,3 +1,7 @@ +2006-02-28 Matthew Gregan + + * tests/t_mt_ignore.at: Fix test on MinGW/Win32. + 2006-02-27 Richard Levitte * po/sv.po: More translations. ============================================================ --- tests/t_mt_ignore.at 979d32a72c8573f493f549ecf34039562014ca05 +++ tests/t_mt_ignore.at c1be4b41d6032d7c488ec44a0ccc402be82e15f7 @@ -32,7 +32,7 @@ AT_CHECK(grep xyzzy ignored, [], [ignore]) AT_CHECK(rm .mt-ignore) -AT_CHECK(RAW_MONOTONE ls ignored, [], [test.db -], []) +AT_CHECK(RAW_MONOTONE ls ignored, [], [stdout], [stderr]) +AT_CHECK(grep test.db stdout, [], [ignore]) AT_CLEANUP