They all run with a #!/bin/sh shebang, but it's probably better to use the ./ form anyway. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- t/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/README b/t/README index aa4ed28..b378ab1 100644 --- a/t/README +++ b/t/README @@ -52,7 +52,7 @@ prove and other harnesses come with a lot of useful options. The You can also run each test individually from command line, like this: - $ sh ./t3010-ls-files-killed-modified.sh + $ ./t3010-ls-files-killed-modified.sh ok 1 - git update-index --add to add various paths. ok 2 - git ls-files -k to show killed files. ok 3 - validate git ls-files -k output. -- 1.7.1.251.g92a7 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html