# # patch "tests/t_lf_crlf.at" # from [957aa1c817b7e7b23414ad3e45f0379f8afa0821] # to [8e233d81e10aa6d9bab1d7bb38ba7f183ad151b2] # ======================================================================== --- tests/t_lf_crlf.at 957aa1c817b7e7b23414ad3e45f0379f8afa0821 +++ tests/t_lf_crlf.at 8e233d81e10aa6d9bab1d7bb38ba7f183ad151b2 @@ -30,7 +30,8 @@ AT_CHECK(MONOTONE --rcfile=linesep.lua commit -m foofoo, [], [ignore], [ignore]) FOO_FOO_REV=`BASE_REVISION` -AT_CHECK(MONOTONE --rcfile=linesep.lua update --revision=$FOO_REV, [], [ignore], [ignore]) +rm -Rf MT +AT_CHECK(MONOTONE --rcfile=linesep.lua co --revision=$FOO_REV ., [], [ignore], [ignore]) AT_CHECK(cmp foo foo.crlf, [], [ignore], [ignore]) AT_CHECK(MONOTONE --rcfile=linesep.lua checkout --revision=$FOO_REV foo_crlf, [], [ignore], [ignore])