Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0016: add 'remove' subcommand test
[gitweb.git]
/
t
/
t9830-git-p4-symlink-dir.sh
diff --git
a/t/t9830-git-p4-symlink-dir.sh
b/t/t9830-git-p4-symlink-dir.sh
index 3dc528bb1e0b90c17739b2702afcb8903f8cda10..3fb6960c18fc0c2eb549f09c66d92b3f39822653 100755
(executable)
--- 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