]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-git-p4.sh
Git 2.27-rc2
[thirdparty/git.git] / t / lib-git-p4.sh
index 547b9f88e1235a9248f6da9d1fa24dffd7cb0cd3..5aff2abe8b5490156e7745beb5ad01d9cacc0d58 100644 (file)
@@ -175,7 +175,7 @@ stop_and_cleanup_p4d () {
 
 cleanup_git () {
        retry_until_success rm -r "$git"
-       test_must_fail test -d "$git" &&
+       test_path_is_missing "$git" &&
        retry_until_success mkdir "$git"
 }