Hence, the test passes also when you run "make" in t/ or when you invoke t4116-apply-reverse.sh directly, without $TAR being set. Signed-off-by: Stephan Beyer <s-beyer@xxxxxxx> --- t/Makefile | 2 +- t/t4116-apply-reverse.sh | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/t/Makefile b/t/Makefile index 0d65ced..b720943 100644 --- a/t/Makefile +++ b/t/Makefile @@ -5,7 +5,7 @@ #GIT_TEST_OPTS=--verbose --debug SHELL_PATH ?= $(SHELL) -TAR ?= $(TAR) +TAR ?= tar RM ?= rm -f # Shell quote; diff --git a/t/t4116-apply-reverse.sh b/t/t4116-apply-reverse.sh index 2298ece..3ff5d9e 100755 --- a/t/t4116-apply-reverse.sh +++ b/t/t4116-apply-reverse.sh @@ -8,6 +8,7 @@ test_description='git apply in reverse ' . ./test-lib.sh +TAR=${TAR:-tar} test_expect_success setup ' -- 1.6.0.rc0.102.ga1791 -- 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