Commit a402709190a0d84fb9b8de98564bc8fee6033683

Stefan Sperling 2019-07-25T12:08:58

rename a histedit test

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/histedit.sh b/regress/cmdline/histedit.sh
index dd99bc7..df4bf3a 100755
--- a/regress/cmdline/histedit.sh
+++ b/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