From 40d6987d241cfdf45c420a91353fa47e43c47e27 Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Wed, 19 Oct 2011 09:26:02 -0700 Subject: 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 --- t/t3000-ls-files-others.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t3000-ls-files-others.sh') diff --git a/t/t3000-ls-files-others.sh b/t/t3000-ls-files-others.sh index e9160dfc1d..88be904c09 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 && -- cgit v1.2.3