commit 762e07b8b32b19661fd3c2f50953dff2bd131359 from: Omar Polo via: Thomas Adam date: Sun Jul 03 22:07:55 2022 UTC aesthetic: rename regress to test_patch_rm_file drop the "simple" part, there's no "complex" way of removing files. commit - 8d8dc2a39f4cd01b98762eacddd87c5a178371ba commit + 762e07b8b32b19661fd3c2f50953dff2bd131359 blob - 1dd93063dc31ca2b41015828ff3d9ee109d24fdf blob + a7ff83ea9847a8fa722fdbfda0cfc471da1d050d --- regress/cmdline/patch.sh +++ regress/cmdline/patch.sh @@ -62,8 +62,8 @@ EOF test_done $testroot $ret } -test_patch_simple_rm_file() { - local testroot=`test_init patch_simple_rm_file` +test_patch_rm_file() { + local testroot=`test_init patch_rm_file` got checkout $testroot/repo $testroot/wt > /dev/null ret=$? @@ -1783,7 +1783,7 @@ EOF test_parseargs "$@" run_test test_patch_add_file -run_test test_patch_simple_rm_file +run_test test_patch_rm_file run_test test_patch_simple_edit_file run_test test_patch_prepend_line run_test test_patch_replace_line