# # # patch "tests/ws_ops_with_wrong_node_type/__driver__.lua" # from [5f39da8675c46f269919536afdb54fac031496f7] # to [0630ac62e0c2a070136b49545fc56ebdab846ba3] # ============================================================ --- tests/ws_ops_with_wrong_node_type/__driver__.lua 5f39da8675c46f269919536afdb54fac031496f7 +++ tests/ws_ops_with_wrong_node_type/__driver__.lua 0630ac62e0c2a070136b49545fc56ebdab846ba3 @@ -16,5 +16,6 @@ mkdir("dir2") -- running a recursive add what's supposed to be a file, but is actually a -- dir... mkdir("dir2") -check(mtn("rename", "file", "dir2"), 0, false, false) +check(mtn("rename", "file", "dir2"), 1, false, false) check(mtn("add", "dir2"), 0, false, false) +check(mtn("rename", "file", "dir2"), 0, false, false)