Commit 4482e97b9e5bb7379ba16b6609bb76b13920c7da

Stefan Sperling 2019-01-09T00:50:37

shorten test name

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/update.sh b/regress/cmdline/update.sh
index 2faad6b..1572dea 100755
--- a/regress/cmdline/update.sh
+++ b/regress/cmdline/update.sh
@@ -240,8 +240,8 @@ function test_update_deletes_dir_recursively {
 	test_done "$testroot" "0"
 }
 
-function test_update_with_sibling_dirs_with_common_prefix {
-	local testroot=`test_init update_with_sibling_dirs_with_common_prefix`
+function test_update_sibling_dirs_with_common_prefix {
+	local testroot=`test_init update_sibling_dirs_with_common_prefix`
 
 	got checkout $testroot/repo $testroot/wt > /dev/null
 	if [ "$?" != "0" ]; then
@@ -308,4 +308,4 @@ run_test test_update_deletes_file
 run_test test_update_deletes_dir
 run_test test_update_deletes_dir_with_path_prefix
 run_test test_update_deletes_dir_recursively
-run_test test_update_with_sibling_dirs_with_common_prefix
+run_test test_update_sibling_dirs_with_common_prefix