Commit dfe70b4b0a1ad22cb3da16a487106f0a14be3c5f

Stefan Sperling 2019-08-27T11:21:59

rename test for consistency with other tests for path-prefix behaviour

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/regress/cmdline/log.sh b/regress/cmdline/log.sh
index 03a9ef3..8e9f809 100755
--- a/regress/cmdline/log.sh
+++ b/regress/cmdline/log.sh
@@ -110,7 +110,7 @@ function test_log_in_worktree {
 	test_done "$testroot" "0"
 }
 
-function test_log_in_prefixed_worktree {
+function test_log_in_worktree_with_path_prefix {
 	local testroot=`test_init log_in_prefixed_worktree`
 	local head_rev=`git_show_head $testroot/repo`
 
@@ -268,6 +268,6 @@ function test_log_limit {
 run_test test_log_in_repo
 run_test test_log_in_bare_repo
 run_test test_log_in_worktree
-run_test test_log_in_prefixed_worktree
+run_test test_log_in_worktree_with_path_prefix
 run_test test_log_tag
 run_test test_log_limit