commit f5b0315f0e07bfd36a4eb37d91884fcd8614745a from: Omar Polo date: Sat Jul 02 19:31:41 2022 UTC aesthetic: rename regress to test_patch_rm_file drop the "simple" part, there's no "complex" way of removing files. commit - ed2ff8b9f919f8d0e18e69b038e965924454da58 commit + f5b0315f0e07bfd36a4eb37d91884fcd8614745a 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