Add a base implementation of SHA-256 support
[gitweb.git] / t / t5601-clone.sh
index f2eb73bc74ae70e3e3515c7346f4f39659c86928..f1a49e94f5fe56a0c175b0e5354ce1d5300cb382 100755 (executable)
@@ -618,7 +618,7 @@ hex2oct () {
 test_expect_success 'clone on case-insensitive fs' '
        git init icasefs &&
        (
-               cd icasefs
+               cd icasefs &&
                o=$(git hash-object -w --stdin </dev/null | hex2oct) &&
                t=$(printf "100644 X\0${o}100644 x\0${o}" |
                        git hash-object -w -t tree --stdin) &&