# # # patch "tests/importing_files_with_non-english_names/__driver__.lua" # from [8502ed1cd131fa725e65abc4736ec5fb736f2fad] # to [f1f07b8b1ccd758bb7274872aa19a760e55383f1] # ============================================================ --- tests/importing_files_with_non-english_names/__driver__.lua 8502ed1cd131fa725e65abc4736ec5fb736f2fad +++ tests/importing_files_with_non-english_names/__driver__.lua f1f07b8b1ccd758bb7274872aa19a760e55383f1 @@ -78,7 +78,7 @@ -- check the names showed up in our manifest check(mtn("automate", "get_manifest_of"), 0, true) -os.rename("stdout", "manifest") +rename_over("stdout", "manifest") check(qgrep("funny", "manifest")) check(qgrep("spaces", "manifest")) if ostype ~= "Darwin" then @@ -105,7 +105,7 @@ -- check the names showed up in our manifest check(mtn("automate", "get_manifest_of"), 0, true) -os.rename("stdout", "manifest") +rename_over("stdout", "manifest") check(qgrep("funny", "manifest")) check(qgrep("spaces", "manifest")) if ostype ~= "Darwin" then