Commit Diff


commit - 708d8e672e598275721ee0e9707e5bea2b0435b4
commit + 085d5bcf0b7635235aeaa2608540072bdc88ae99
blob - a05ab91111b4dc3478db7c579fed501b845d275f
blob + d30a87ce41088f62e2a9a1f6aa924eada9cd5d12
--- regress/cmdline/update.sh
+++ regress/cmdline/update.sh
@@ -848,8 +848,8 @@ function test_update_restores_missing_file {
 	test_done "$testroot" "$ret"
 }
 
-function test_update_conflict_add_vs_add {
-	local testroot=`test_init update_conflict_add_vs_add`
+function test_update_conflict_wt_add_vs_repo_add {
+	local testroot=`test_init update_conflict_wt_add_vs_repo_add`
 
 	got checkout $testroot/repo $testroot/wt > /dev/null
 	ret="$?"
@@ -909,8 +909,8 @@ function test_update_conflict_add_vs_add {
 	test_done "$testroot" "$ret"
 }
 
-function test_update_conflict_local_edit_vs_rm {
-	local testroot=`test_init update_conflict_local_edit_vs_rm`
+function test_update_conflict_wt_edit_vs_repo_rm {
+	local testroot=`test_init update_conflict_wt_edit_vs_repo_rm`
 
 	got checkout $testroot/repo $testroot/wt > /dev/null
 	ret="$?"
@@ -978,5 +978,5 @@ run_test test_update_merges_file_edits
 run_test test_update_keeps_xbit
 run_test test_update_clears_xbit
 run_test test_update_restores_missing_file
-run_test test_update_conflict_add_vs_add
-run_test test_update_conflict_local_edit_vs_rm
+run_test test_update_conflict_wt_add_vs_repo_add
+run_test test_update_conflict_wt_edit_vs_repo_rm