summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Alex Riesen <raa.lkml@gmail.com>2005-11-08 11:45:15 +0100
committerLibravatar Junio C Hamano <junkio@cox.net>2005-11-08 11:26:03 -0800
commitcb34882bd61e00295b6213d8c4c7bf9bb0e10a17 (patch)
treeb95f29a56aca354f97fccf07a94d489db4baef66 /t
parentClean build annoyance. (diff)
downloadtgif-cb34882bd61e00295b6213d8c4c7bf9bb0e10a17.tar.xz
fix t5000-tar-tree.sh when $TAR isn't set
$TAR isn't set everywhere. Provide a default (tar) Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
-rwxr-xr-xt/t5000-tar-tree.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh
index 4db1bb1142..adc5e937de 100755
--- a/t/t5000-tar-tree.sh
+++ b/t/t5000-tar-tree.sh
@@ -25,6 +25,7 @@ commit id embedding:
'
. ./test-lib.sh
+TAR=${TAR:-tar}
test_expect_success \
'populate workdir' \