Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/tighten-alloc'
[gitweb.git]
/
t
/
t6132-pathspec-exclude.sh
diff --git
a/t/t6132-pathspec-exclude.sh
b/t/t6132-pathspec-exclude.sh
index e1e1b1fa382fa3ea129450770d575bffdddc47b9..d51595cf6b189a59d271dcc69c3f245b72dcb8f6 100755
(executable)
--- a/
t/t6132-pathspec-exclude.sh
+++ b/
t/t6132-pathspec-exclude.sh
@@
-7,7
+7,7
@@
test_description='test case exclude pathspec'
test_expect_success 'setup' '
for p in file sub/file sub/sub/file sub/file2 sub/sub/sub/file sub2/file; do
if echo $p | grep /; then
- mkdir -p
`dirname $p`
+ mkdir -p
$(dirname $p)
fi &&
: >$p &&
git add $p &&