Skip to content

Commit

Permalink
t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir sc…
Browse files Browse the repository at this point in the history
…ript

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brandon Casey authored and Junio C Hamano committed Oct 19, 2011
1 parent 3dfbe68 commit 40d6987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3000-ls-files-others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 40d6987

Please sign in to comment.