Code

t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
authorBrandon Casey <drafnel@gmail.com>
Wed, 19 Oct 2011 16:26:02 +0000 (09:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Oct 2011 17:50:18 +0000 (10:50 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3000-ls-files-others.sh

index e9160dfc1d202c08aec032f5a78db098d89d21e0..88be904c09214586b18f867306f7a8dcf1170cb7 100755 (executable)
@@ -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 &&