summarylogtreecommitdiffstats
path: root/bash-bats-support-git.install
blob: c736297cc0092761d02a936277a62bd75faf48c4 (plain)
1
2
3
4
post_install() {
  echo -e "\nTo use bats-support library add this line\nto your bats test or common_setup function"    
    echo -e '\nload "/usr/lib/bash-bats-support-git/load.bash" \n'
}