commit fd79e2e02793239b5efc0d2ffda3c44a49a85e8a from: Omar Polo date: Tue Mar 08 12:22:36 2022 UTC typos commit - e9ce266e31923cc339954b331d273d9bba543f6f commit + fd79e2e02793239b5efc0d2ffda3c44a49a85e8a 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