# # # patch "tests/ws_ops_with_wrong_node_type/__driver__.lua" # from [484fd66d2cda9044cdc048298f75c0accfe5ff16] # to [67e446cbe85a052f948cb65a30114d21359c50b9] # ============================================================ --- tests/ws_ops_with_wrong_node_type/__driver__.lua 484fd66d2cda9044cdc048298f75c0accfe5ff16 +++ tests/ws_ops_with_wrong_node_type/__driver__.lua 67e446cbe85a052f948cb65a30114d21359c50b9 @@ -5,13 +5,10 @@ commit() check(mtn("add", "dir"), 0, false, false) commit() -check(mtn("automate", "get_current_revision"), 0, true, false) -rename("stdout", "orig_rev") - -- fail to move a dir under a file check(mtn("rename", "--bookkeep-only", "dir", "file/subdir"), 1, false, false) -check(mtn("automate", "get_current_revision"), 0, true, false) -check(samefile("stdout", "orig_rev")) +check(mtn("status"), 0, true, false) +check(qgrep("no changes", "stdout")) -- running a recursive add what's supposed to be a file, but is actually a -- dir...