# # patch "tests/t_normalized_filenames.at" # from [bf31f5c1d260142de5455950615209dbd4f9c9b7] # to [ad7ad8b66ebaea52d3a63a892adc4f25b17b3409] # ======================================================================== --- tests/t_normalized_filenames.at bf31f5c1d260142de5455950615209dbd4f9c9b7 +++ tests/t_normalized_filenames.at ad7ad8b66ebaea52d3a63a892adc4f25b17b3409 @@ -9,13 +9,11 @@ ]) AT_CHECK(MONOTONE automate get_manifest, [3], [ignore], [ignore]) -AT_DATA(MT/work, [add_file "./bar" +AT_DATA(MT/work, [add_dir "./bar" ]) -AT_DATA(bar, [blah blah -]) -AT_CHECK(MONOTONE automate get_manifest, [3], [stdout], [ignore]) -AT_CHECK(MONOTONE automate get_revision, [3], [stdout], [ignore]) +AT_CHECK(MONOTONE automate get_manifest, [3], [ignore], [ignore]) +AT_CHECK(MONOTONE automate get_revision, [3], [ignore], [ignore]) AT_CHECK(MONOTONE commit --message=foo --branch=foo, [3], [ignore], [ignore]) AT_CLEANUP