Commit Diff


commit - 8618727816209ecdebf5df08c8d51556922f5398
commit + f1d6cebb430d7e76b19eca4fede3ca1d4daa412e
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=$?