# # # patch "tests/clone_creates_right__MTN_options/__driver__.lua" # from [f3a5d2acf159fc76c9f431305ab979a412c2a766] # to [a3896a6b76da7a062893f1ed8c21c6116a4be780] # ============================================================ --- tests/clone_creates_right__MTN_options/__driver__.lua f3a5d2acf159fc76c9f431305ab979a412c2a766 +++ tests/clone_creates_right__MTN_options/__driver__.lua a3896a6b76da7a062893f1ed8c21c6116a4be780 @@ -24,9 +24,9 @@ check(nodb_mtn("--db=" .. test.root .. " check(nodb_mtn("--db=" .. test.root .. "/test-new.db", "clone", testURI, "--revision", rev, "test_dir4"), 0, false, false) -- checkout fails if the specified revision is not a member of the specified branch +testURI="file://" .. test.root .. "/test-clone.db?foobar" check(nodb_mtn("clone", testURI, "--revision", rev, "test_dir5"), 1, false, false) check(mtn("cert", rev, "branch", "foobar"), 0, false, false) -testURI="file://" .. test.root .. "/test-clone.db?foobar" check(nodb_mtn("clone", testURI, "--revision", rev, "test_dir6"), 0, false, false)