# # patch "tests/t_select_cert.at" # from [8090c5f7451d60ab8f321ff9c5abcda473feb070] # to [b217cab9925b06a35421515e6a214a77a34d761d] # ======================================================================== --- tests/t_select_cert.at 8090c5f7451d60ab8f321ff9c5abcda473feb070 +++ tests/t_select_cert.at b217cab9925b06a35421515e6a214a77a34d761d @@ -38,10 +38,12 @@ AT_CHECK(grep 'has multiple ambiguous expansions' stderr, [0], [ignore]) # Check that exact value succeed... -AT_CHECK(MONOTONE update --revision='c:testcert=value', [], [ignore], [ignore]) +rm -Rf MT +AT_CHECK(MONOTONE co --revision='c:testcert=value' ., [], [ignore], [ignore]) AT_CHECK(cmp testfile testfile2, [], [ignore]) -AT_CHECK(MONOTONE update --revision='c:testcert=value=with=equal=signs', [], [ignore], [ignore]) +rm -Rf MT +AT_CHECK(MONOTONE co --revision='c:testcert=value=with=equal=signs' ., [], [ignore], [ignore]) AT_CHECK(cmp testfile testfile1, [], [ignore]) AT_CLEANUP