# # # patch "tests/t_attributes.at" # from [f7706c8149b4f32117cc0616bb3a12c5e9b7e44f] # to [c622276ba9f86173d892fc177ff0395680670e95] # ============================================================ --- tests/t_attributes.at f7706c8149b4f32117cc0616bb3a12c5e9b7e44f +++ tests/t_attributes.at c622276ba9f86173d892fc177ff0395680670e95 @@ -35,6 +35,6 @@ AT_CHECK(grep "test:test_attr:a:2" stdout, [], [ignore]) # check that files must exist to have attributes set -AT_CHECK(MONOTONE attr set missing execute, [1], [ignore], [ignore]) +AT_CHECK(MONOTONE attr set missing mtn:execute, [1], [ignore], [ignore]) AT_CLEANUP