Merge branch 'sr/gpg-interface-stop-at-the-end'
[gitweb.git] / t / t9801-git-p4-branch.sh
index 9654362052a80fc2eef8cc4257ad2aea4a883696..67ff2711f5f5fd9ab95cbf05df8f38868e24bbec 100755 (executable)
@@ -151,7 +151,7 @@ test_expect_success 'import depot, branch detection, branchList branch definitio
 '
 
 test_expect_success 'restart p4d' '
-       kill_p4d &&
+       stop_and_cleanup_p4d &&
        start_p4d
 '
 
@@ -545,7 +545,7 @@ test_expect_success 'use-client-spec detect-branches skips files in branches' '
 '
 
 test_expect_success 'restart p4d' '
-       kill_p4d &&
+       stop_and_cleanup_p4d &&
        start_p4d
 '
 
@@ -651,7 +651,7 @@ test_expect_success 'Update a file in git side and submit to P4 using client vie
 '
 
 test_expect_success 'restart p4d (case folding enabled)' '
-       kill_p4d &&
+       stop_and_cleanup_p4d &&
        start_p4d -C1
 '
 
@@ -742,8 +742,4 @@ test_expect_success !CASE_INSENSITIVE_FS 'git p4 clone with client-spec, branchL
        )
 '
 
-test_expect_success 'kill p4d' '
-       kill_p4d
-'
-
 test_done