Current File : /home/inlingua/miniconda3/pkgs/git-2.45.2-pl5340h9abc3c3_1/info/test/run_test.sh

set -ex



test -f $PREFIX/bin/git
test -f $PREFIX/bin/gitk
git --version
git clone https://github.com/conda-forge/git-feedstock
bash $PREFIX/share/bash-completion/completions/git
test -f $PREFIX/man/man1/git.1
test -f $PREFIX/share/doc/git/index.html
exit 0