# # # patch "tests/clone_warning_with_multiple_heads/__driver__.lua" # from [5a40446d00e3befa398b07dcb59a7112c3f80a87] # to [22ff8fe4f4ffc581fc514d1ca0748c1cdbfabfac] # ============================================================ --- tests/clone_warning_with_multiple_heads/__driver__.lua 5a40446d00e3befa398b07dcb59a7112c3f80a87 +++ tests/clone_warning_with_multiple_heads/__driver__.lua 22ff8fe4f4ffc581fc514d1ca0748c1cdbfabfac @@ -16,8 +16,8 @@ testURI="file:" .. test.root .. "/test.d testURI="file:" .. test.root .. "/test.db" -check(nodb_mtn("--branch=testbranch", "clone", testURI, "test_dir1"), +check(nodb_mtn("--branch=testbranch", "clone", testURI, "test_dirA"), 1, false, true) -xfail_if(ostype == "Windows", not exists("test_dir1")) check(qgrep(REV2, "stderr")) check(qgrep(REV3, "stderr")) +xfail_if(ostype == "Windows", not exists("test_dirA"))