commit dfe70b4b0a1ad22cb3da16a487106f0a14be3c5f from: Stefan Sperling date: Tue Aug 27 09:21:59 2019 UTC rename test for consistency with other tests for path-prefix behaviour commit - 0cfcb52da507b81b8e8bba283dc2383fb601feb6 commit + dfe70b4b0a1ad22cb3da16a487106f0a14be3c5f blob - 03a9ef3f26e3d7977fe0d79fcc0c8a8468d97bb1 blob + 8e9f809ace46ce020fcc892284d45c339bea795e --- regress/cmdline/log.sh +++ 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