# # # patch "tests/t_rosterify_attrs.at" # from [85fe4a997a399c54860f574119d1937e3b6e8858] # to [88fd7f98291a9643be05646f9d3a16d8c7966cb3] # # patch "tests/t_rosterify_rename.at" # from [ea4805820ca568440fb129fac4718c47bbb611d6] # to [87db0dce1c94da072c6e35ce566ad4590ac36396] # ============================================================ --- tests/t_rosterify_attrs.at 85fe4a997a399c54860f574119d1937e3b6e8858 +++ tests/t_rosterify_attrs.at 88fd7f98291a9643be05646f9d3a16d8c7966cb3 @@ -116,7 +116,7 @@ attr "mtn:execute" "true" ]) AT_CHECK(cp -f first_manifest_good expout) -AT_CHECK(MONOTONE automate select i: | monotone automate toposort address@hidden | head -1 | monotone automate get_manifest_of address@hidden, [], [expout], [ignore]) +CHECK_SAME_CANONICALISED_STDOUT(cat expout, MONOTONE automate select i: | monotone automate toposort address@hidden | head -1 | monotone automate get_manifest_of address@hidden) # check the second manifest AT_DATA([second_manifest_good], [format_version "1" @@ -134,6 +134,6 @@ attr "mtn:execute" "yes" ]) AT_CHECK(cp -f second_manifest_good expout) -AT_CHECK(MONOTONE automate select i: | monotone automate toposort address@hidden | tail -1 | monotone automate get_manifest_of address@hidden, [], [expout], [ignore]) +CHECK_SAME_CANONICALISED_STDOUT(cat expout, MONOTONE automate select i: | monotone automate toposort address@hidden | tail -1 | monotone automate get_manifest_of address@hidden) AT_CLEANUP ============================================================ --- tests/t_rosterify_rename.at ea4805820ca568440fb129fac4718c47bbb611d6 +++ tests/t_rosterify_rename.at 87db0dce1c94da072c6e35ce566ad4590ac36396 @@ -91,6 +91,6 @@ to "testfile_end" ]) -AT_CHECK(MONOTONE automate select i: | monotone automate toposort address@hidden | tail -1 | monotone automate get_revision address@hidden, [], [expout], [ignore]) +CHECK_SAME_CANONICALISED_STDOUT(cat expout, MONOTONE automate select i: | monotone automate toposort address@hidden | tail -1 | monotone automate get_revision address@hidden) AT_CLEANUP