# # # patch "ChangeLog" # from [6d7ab021751094ff69edcc5951fca0fb69d33bce] # to [2265ee9f8ea8bd515d77ceb6e907f4729f3ccbc9] # # patch "tests/t_mtn_ignore.at" # from [7bf60f0af1a7c0a57f79ea1e72f5b8fba055afd9] # to [311fe37b0b5b1880df0a6f42c1af01c35a072b2e] # ============================================================ --- ChangeLog 6d7ab021751094ff69edcc5951fca0fb69d33bce +++ ChangeLog 2265ee9f8ea8bd515d77ceb6e907f4729f3ccbc9 @@ -1,3 +1,8 @@ +2006-04-07 Matthew Gregan + + * tests/t_mtn_ignore.at: Shuffle the output grepping tests a bit + to make failure cases more obvious. + 2006-04-06 Nathaniel Smith * Makefile.am (mostlyclean-local): Delete ============================================================ --- tests/t_mtn_ignore.at 7bf60f0af1a7c0a57f79ea1e72f5b8fba055afd9 +++ tests/t_mtn_ignore.at 311fe37b0b5b1880df0a6f42c1af01c35a072b2e @@ -17,9 +17,9 @@ AT_CHECK(cp stderr unknownerr) AT_CHECK(grep foo unknown, [], [ignore]) -AT_CHECK(grep WARNING unknownerr, [], [ignore]) AT_CHECK(grep bar unknown, [1], [ignore]) AT_CHECK(grep baz unknown, [1], [ignore]) +AT_CHECK(grep WARNING unknownerr, [], [ignore]) AT_CHECK(RAW_MTN ls ignored, [], [stdout], [stderr]) @@ -27,9 +27,9 @@ AT_CHECK(cp stderr ignorederr) AT_CHECK(grep foo ignored, [1], [ignore]) -AT_CHECK(grep WARNING ignorederr, [], [ignore]) AT_CHECK(grep bar ignored, [], [ignore]) AT_CHECK(grep xyzzy ignored, [], [ignore]) +AT_CHECK(grep WARNING ignorederr, [], [ignore]) AT_CHECK(rm .mtn-ignore) AT_CHECK(RAW_MTN ls ignored, [], [stdout], [stderr])