# # patch "tests/t_drop_attr.at" # from [edb460d1adb623cf01b29f6945af549becb263d5] # to [4e21c338cd341b16e2052050ff111b61bd27a630] # # patch "tests/t_rename_attr.at" # from [d3a2ae2f643dcd6a58ebfff874bab269dfa71c4f] # to [45118187a514afa2d945b3c9a98b8b2c0580d7a2] # ======================================================================== --- tests/t_drop_attr.at edb460d1adb623cf01b29f6945af549becb263d5 +++ tests/t_drop_attr.at 4e21c338cd341b16e2052050ff111b61bd27a630 @@ -11,8 +11,6 @@ COMMIT(testbranch) AT_CHECK(MONOTONE drop testfile, [], [ignore], [ignore]) -AT_CHECK(MONOTONE attr get testfile, [], [stdout], [ignore]) -AT_CHECK(QGREP(some_key stdout), [1]) -AT_CHECK(QGREP(some_value stdout), [1]) +AT_CHECK(MONOTONE attr get testfile, [1], [stdout], [ignore]) AT_CLEANUP ======================================================================== --- tests/t_rename_attr.at d3a2ae2f643dcd6a58ebfff874bab269dfa71c4f +++ tests/t_rename_attr.at 45118187a514afa2d945b3c9a98b8b2c0580d7a2 @@ -24,13 +24,4 @@ AT_CHECK(QGREP(some_key stdout)) AT_CHECK(QGREP(some_value stdout)) -# Make sure rename fails if the user has someone managed to put -# attributes on the target file. - -AT_DATA(.mt-attrs, [ file "has_attrs" -execute "true" -]) - -AT_CHECK(MONOTONE rename otherfile has_attrs, [1], [ignore], [ignore]) - AT_CLEANUP