diff options
Diffstat (limited to 't/t9826-git-p4-keep-empty-commits.sh')
-rwxr-xr-x | t/t9826-git-p4-keep-empty-commits.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t9826-git-p4-keep-empty-commits.sh b/t/t9826-git-p4-keep-empty-commits.sh index fa8b9daf1f..fd64afe064 100755 --- a/t/t9826-git-p4-keep-empty-commits.sh +++ b/t/t9826-git-p4-keep-empty-commits.sh @@ -127,8 +127,4 @@ test_expect_success 'Clone repo subdir with all history' ' ) ' -test_expect_success 'kill p4d' ' - kill_p4d -' - test_done |