commit a402709190a0d84fb9b8de98564bc8fee6033683 from: Stefan Sperling date: Thu Jul 25 10:08:58 2019 UTC rename a histedit test commit - 13a06bb35e9a234f8971556a85a021b17f07d87e commit + a402709190a0d84fb9b8de98564bc8fee6033683 blob - dd99bc72c79db16d4012eac2a07fcef550b448e7 blob + df4bf3a1790bc7e5b1e2a93d38878a2007af8057 --- regress/cmdline/histedit.sh +++ regress/cmdline/histedit.sh @@ -808,8 +808,8 @@ function test_histedit_abort { test_done "$testroot" "$ret" } -function test_histedit_path_prefix { - local testroot=`test_init histedit_path_prefix` +function test_histedit_path_prefix_drop { + local testroot=`test_init histedit_path_prefix_drop` local orig_commit=`git_show_head $testroot/repo` echo "modified zeta" > $testroot/repo/epsilon/zeta @@ -916,4 +916,4 @@ run_test test_histedit_edit run_test test_histedit_fold_last_commit run_test test_histedit_missing_commit run_test test_histedit_abort -run_test test_histedit_path_prefix +run_test test_histedit_path_prefix_drop