From: Brandon Casey Date: Wed, 19 Oct 2011 16:26:02 +0000 (-0700) Subject: t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script X-Git-Tag: v1.7.8-rc0~35 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=40d6987d241cfdf45c420a91353fa47e43c47e27;p=git.git t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/t/t3000-ls-files-others.sh b/t/t3000-ls-files-others.sh index e9160dfc1..88be904c0 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 &&