Commit Diff


commit - fa0353ccb26c39527ba783821f3e0251f2b19d4e
commit + 9a49df7402bb9c06590d96ac3cf93e397ae6ce46
blob - af1fd72e33001d46b8f822e0b0a7f00a5b1ad7b7
blob + eb9d554aba1a23d607aa13c394b8b001ea4100cb
--- regress/cmdline/patch.sh
+++ regress/cmdline/patch.sh
@@ -592,7 +592,7 @@ EOF
 }
 
 test_patch_equals_for_context() {
-	local testroot=`test_init patch_prepend_line`
+	local testroot=`test_init patch_equals_for_context`
 
 	got checkout $testroot/repo $testroot/wt > /dev/null
 	ret=$?
@@ -1274,7 +1274,7 @@ EOF
 }
 
 test_patch_relative_paths() {
-	local testroot=`test_init patch_orig`
+	local testroot=`test_init patch_relative_paths`
 
 	got checkout $testroot/repo $testroot/wt > /dev/null
 	ret=$?