diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-11 00:27:07 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-11 00:27:07 +0300 |
commit | 0489034c35266c49c236efe961bdff6dd534a10a (patch) | |
tree | 84832c52addf3f0c9a813e91b2dcfb14cce7a846 | |
parent | 666efec26e33fa25316a7884f196a9e74f448b8d (diff) |
add gitconfig testsamruddhikhandale/update-git
-rw-r--r-- | test/git/install_git_from_src.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/git/install_git_from_src.sh b/test/git/install_git_from_src.sh index ccae1b5..819c0e1 100644 --- a/test/git/install_git_from_src.sh +++ b/test/git/install_git_from_src.sh @@ -6,6 +6,7 @@ set -e source dev-container-features-test-lib check "source-dir" bash -c "which git | grep /usr/bin/git" +check "gitconfig-location" bash -c "git config --system user.name devcontainer && ls /etc | grep gitconfig" check "version" git --version check "gettext" dpkg-query -l gettext |