projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dfbe68
)
t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
author
Brandon Casey
<drafnel@gmail.com>
Wed, 19 Oct 2011 16:26:02 +0000
(09:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Oct 2011 17:50:18 +0000
(10:50 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3000-ls-files-others.sh
patch
|
blob
|
history
diff --git
a/t/t3000-ls-files-others.sh
b/t/t3000-ls-files-others.sh
index e9160dfc1d202c08aec032f5a78db098d89d21e0..88be904c09214586b18f867306f7a8dcf1170cb7 100755
(executable)
--- a/
t/t3000-ls-files-others.sh
+++ b/
t/t3000-ls-files-others.sh
@@
-77,7
+77,7
@@
test_expect_success SYMLINKS 'ls-files --others with symlinked submodule' '
) &&
(
cd super &&
- "$TEST_DIRECTORY/../contrib/workdir/git-new-workdir" ../sub sub
+ "$
SHELL_PATH" "$
TEST_DIRECTORY/../contrib/workdir/git-new-workdir" ../sub sub
git ls-files --others --exclude-standard >../actual
) &&
echo sub/ >expect &&