#!/bin/sh test_description='test git repo-info' . ./test-lib.sh # git-repo-info keys. It must contain the same keys listed in the const # repo_info_fields, in lexicographical order. REPO_INFO_KEYS=' layout.bare layout.shallow object.format references.format ' # Test whether a key-value pair is correctly returned # # Usage: test_repo_info