Commit f5b0315f0e07bfd36a4eb37d91884fcd8614745a

Omar Polo 2022-07-02T19:31:41

aesthetic: rename regress to test_patch_rm_file drop the "simple" part, there's no "complex" way of removing files.

diff --git a/regress/cmdline/patch.sh b/regress/cmdline/patch.sh
index 1dd9306..a7ff83e 100755
--- a/regress/cmdline/patch.sh
+++ b/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