All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
@ 2011-10-19 16:26 Brandon Casey
  2011-10-19 17:31 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Brandon Casey @ 2011-10-19 16:26 UTC (permalink / raw)
  To: gitster; +Cc: git, Brandon Casey

From: Brandon Casey <drafnel@gmail.com>


Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
---
 t/t3000-ls-files-others.sh |    2 +-
 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 &&
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
  2011-10-19 16:26 [PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script Brandon Casey
@ 2011-10-19 17:31 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2011-10-19 17:31 UTC (permalink / raw)
  To: Brandon Casey; +Cc: git, Brandon Casey

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-19 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-19 16:26 [PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script Brandon Casey
2011-10-19 17:31 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.