diff options
Diffstat (limited to 't/t9820-git-p4-editor-handling.sh')
-rwxr-xr-x | t/t9820-git-p4-editor-handling.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t9820-git-p4-editor-handling.sh b/t/t9820-git-p4-editor-handling.sh index 3c22f74bd4..fa1bba1dd9 100755 --- a/t/t9820-git-p4-editor-handling.sh +++ b/t/t9820-git-p4-editor-handling.sh @@ -31,8 +31,4 @@ test_expect_success 'EDITOR with options' ' ) ' -test_expect_success 'kill p4d' ' - kill_p4d -' - test_done |