# # patch "tests/t_cvspull_committemplate.at" # from [4b99f9bd11ac6908cf9d30d0c9a9572263f6e198] # to [dd9814a5f607acc515b78c8d5f3c79a55e28b121] # ======================================================================== --- tests/t_cvspull_committemplate.at 4b99f9bd11ac6908cf9d30d0c9a9572263f6e198 +++ tests/t_cvspull_committemplate.at dd9814a5f607acc515b78c8d5f3c79a55e28b121 @@ -18,8 +18,9 @@ AT_DATA(committemplate, [This is my commit template ]) -AT_DATA(newrcsinfo, [ALL `pwd`/committemplate -]) +AT_CHECK(echo `pwd`/committemplate >newrcsinfo) +#AT_DATA(newrcsinfo, [ALL `pwd`/committemplate +#]) TSHA0=`SHA1(importme.0)` TSHA1=`SHA1(importme.1)`