diff options
Diffstat (limited to 't/t9817-git-p4-exclude.sh')
-rwxr-xr-x | t/t9817-git-p4-exclude.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t9817-git-p4-exclude.sh b/t/t9817-git-p4-exclude.sh index aac568eadf..96d25f0c02 100755 --- a/t/t9817-git-p4-exclude.sh +++ b/t/t9817-git-p4-exclude.sh @@ -64,8 +64,4 @@ test_expect_success 'clone, then sync with exclude' ' ) ' -test_expect_success 'kill p4d' ' - kill_p4d -' - test_done |