diff options
Diffstat (limited to 't/t9830-git-p4-symlink-dir.sh')
-rwxr-xr-x | t/t9830-git-p4-symlink-dir.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/t/t9830-git-p4-symlink-dir.sh b/t/t9830-git-p4-symlink-dir.sh index 3dc528bb1e..3fb6960c18 100755 --- a/t/t9830-git-p4-symlink-dir.sh +++ b/t/t9830-git-p4-symlink-dir.sh @@ -30,14 +30,10 @@ test_expect_success 'symlinked directory' ' ( cd "$cli" && p4 sync && - test -L some/sub/directory/subdir2 + test -L some/sub/directory/subdir2 && test_path_is_file some/sub/directory/subdir2/file.t ) ' -test_expect_success 'kill p4d' ' - kill_p4d -' - test_done |