X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5710-info-alternate.sh;h=b9f6d9636313c29cb9d9553ca908e623fdefd179;hb=d09e79cb1c474b3bb323356e6d1072922ab7ccb2;hp=097d037f5da5aad41872952533bdaef0b1e50d3c;hpb=d55aaefa3e3920bdf9a52d80da2a244f72742228;p=git.git diff --git a/t/t5710-info-alternate.sh b/t/t5710-info-alternate.sh index 097d037f5..b9f6d9636 100755 --- 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" @@ -81,7 +83,7 @@ test_valid_repo" cd "$base_dir" -test_expect_failure 'that info/alternates is neccessary' \ +test_expect_failure 'that info/alternates is necessary' \ 'cd C && rm .git/objects/info/alternates && test_valid_repo'