From 762e07b8b32b19661fd3c2f50953dff2bd131359 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 2 Jul 2022 19:31:41 +0000 Subject: [PATCH] aesthetic: rename regress to test_patch_rm_file drop the "simple" part, there's no "complex" way of removing files. --- regress/cmdline/patch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/cmdline/patch.sh b/regress/cmdline/patch.sh index 1dd93063..a7ff83ea 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 -- 2.11.4.GIT