# # patch "tests/t_cvspull_samedirname.at" # from [347b2f228eb1cc4a3bfba5e98f0566067e0135b9] # to [49671069e4c104e1bd70d82b00b01e82880c558d] # --- tests/t_cvspull_samedirname.at +++ tests/t_cvspull_samedirname.at @@ -68,6 +68,7 @@ # right one. AT_CHECK(MONOTONE checkout --branch=testbranch mtcodir, [], [ignore], [ignore]) -AT_CHECK(cmp importme.3 mtcodir/importme) +AT_CHECK(cmp importme.2 mtcodir/importme) +AT_CHECK(cmp importme.3 mtcodir/testdir/importme) AT_CLEANUP