Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
clone: the given repository dir should be relative to $PWD
[gitweb.git]
/
t
/
t5710-info-alternate.sh
diff --git
a/t/t5710-info-alternate.sh
b/t/t5710-info-alternate.sh
index 2e1b48a89b1c8a33c62be530bd40fa4d57eb2836..b9f6d9636313c29cb9d9553ca908e623fdefd179 100755
(executable)
--- a/
t/t5710-info-alternate.sh
+++ b/
t/t5710-info-alternate.sh
@@
-58,6
+58,8
@@
test_expect_failure 'creating too deep nesting' \
git clone -l -s D E &&
git clone -l -s E F &&
git clone -l -s F G &&
+git clone -l -s G H &&
+cd H &&
test_valid_repo'
cd "$base_dir"