commit 02e4f0d8960ea6dfa748bceeaf6f32f9ac670834 from: Omar Polo via: Thomas Adam date: Tue Mar 08 20:30:04 2022 UTC typos commit - 1317cd3ad27e14161537469bbc064a4805194e76 commit + 02e4f0d8960ea6dfa748bceeaf6f32f9ac670834 blob - cb9ff81d665f65b182c6a4ecb6bd3b4185b0ad6d blob + 3545c70c0dda58bb94b05ce3283e0363d56bd80b --- regress/cmdline/patch.sh +++ regress/cmdline/patch.sh @@ -248,7 +248,7 @@ EOF } test_patch_multiple_hunks() { - local testroot=`test_init patch_replace_multiple_lines` + local testroot=`test_init patch_replace_multiple_hunks` got checkout $testroot/repo $testroot/wt > /dev/null ret=$? @@ -364,7 +364,7 @@ EOF (cd $testroot/wt && got patch patch) > $testroot/stdout ret=$? if [ $ret != 0 ]; then - test_done $testrot $ret + test_done $testroot $ret return 1 fi