commit 9619e975dc8d52d7b27a8fd99796d8cef68e78df from: Stefan Sperling via: Thomas Adam date: Thu Jun 01 10:18:37 2023 UTC rename test to better reflect what it is checking for commit - 7e3abb642d77b49ca6d8c8178c56c07ae53224a5 commit + 9619e975dc8d52d7b27a8fd99796d8cef68e78df blob - d899fe6aa4df3b3f3630eb5bf4cea1c559d16968 blob + 420392d1edc3385a27c85335dea42848d6627aa0 --- regress/cmdline/rm.sh +++ regress/cmdline/rm.sh @@ -689,8 +689,8 @@ test_rm_nonexistent_directory() { test_done "$testroot" "$ret" } -test_rm_asterisk() { - local testroot=`test_init rm_asterisk` +test_rm_empty_pwd() { + local testroot=`test_init rm_empty_pwd` got checkout $testroot/repo $testroot/wt > /dev/null ret=$? @@ -721,4 +721,4 @@ run_test test_rm_subtree run_test test_rm_symlink run_test test_rm_status_code run_test test_rm_nonexistent_directory -run_test test_rm_asterisk +run_test test_rm_empty_pwd