summaryrefslogtreecommitdiff
path: root/t/t3000-ls-files-others.sh
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2011-10-19 16:26:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-19 17:50:18 (GMT)
commit40d6987d241cfdf45c420a91353fa47e43c47e27 (patch)
tree7300ff49ea5bf822270aa931f35c8f50ed0b1373 /t/t3000-ls-files-others.sh
parent3dfbe68fc29248feea3a384e156497ca2463f932 (diff)
downloadgit-40d6987d241cfdf45c420a91353fa47e43c47e27.zip
git-40d6987d241cfdf45c420a91353fa47e43c47e27.tar.gz
git-40d6987d241cfdf45c420a91353fa47e43c47e27.tar.bz2
t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3000-ls-files-others.sh')
-rwxr-xr-xt/t3000-ls-files-others.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3000-ls-files-others.sh b/t/t3000-ls-files-others.sh
index e9160df..88be904 100755
--- 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 &&