commit 4482e97b9e5bb7379ba16b6609bb76b13920c7da from: Stefan Sperling date: Tue Jan 08 23:50:37 2019 UTC shorten test name commit - 81a30460ae72c2e83fd47df22f93785661b7b750 commit + 4482e97b9e5bb7379ba16b6609bb76b13920c7da blob - 2faad6b33219ecb7ececbd17d7357f660bd523bd blob + 1572dea6554f51a02a91ac2c15fe1024352791c9 --- regress/cmdline/update.sh +++ 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