Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5303: use printf to generate delta bases
[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..2ad1b0810df81ecaf5197e4cf860b3524d557c09 100755
(executable)
--- a/
t/t9830-git-p4-symlink-dir.sh
+++ b/
t/t9830-git-p4-symlink-dir.sh
@@
-30,7
+30,7
@@
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
)