# # # patch "tests/automate_sync_info/__driver__.lua" # from [6cdf87723ba4ca0fecccd49fc0aae04009443555] # to [778646d3206283ae38cea15917eed48dffbb435e] # ============================================================ --- tests/automate_sync_info/__driver__.lua 6cdf87723ba4ca0fecccd49fc0aae04009443555 +++ tests/automate_sync_info/__driver__.lua 778646d3206283ae38cea15917eed48dffbb435e @@ -24,9 +24,9 @@ check(mtn("automate", "get_sync_info", b check(readfile("stdout") == "") check(mtn("automate", "get_sync_info", base, "test"), 0, true, false) -check(readfile("stdout") == "one") +check(readfile("stdout") == " set \"foo\"\n attr \"test:sync\"\nvalue \"one\"\n") -check(mtn("automate", "put_sync_info", rev1, "test", "one-two"), 0, true, false) +check(mtn("automate", "put_sync_info", rev1, "test", " set \"foo\"\n attr \"test:sync\"\nvalue \"one-two\"\n"), 0, true, false) check(readfile("stdout") == "") -- @@ -35,5 +35,5 @@ check(mtn("automate", "get_sync_info", r check(readfile("stdout") == rev1) check(mtn("automate", "get_sync_info", rev1, "test"), 0, true, false) -check(readfile("stdout") == "one-two") +check(readfile("stdout") == " set \"foo\"\n attr \"test:sync\"\nvalue \"one-two\"\n")