Update test for OSX

pull/1462/head
Rawiri Blundell 2019-12-19 00:06:57 +13:00
parent 87800649a8
commit 079e2b54f6
1 changed files with 2 additions and 9 deletions

View File

@ -3,15 +3,8 @@
load ../test_helper load ../test_helper
load ../../lib/composure load ../../lib/composure
# Determine which config file to use based on OS. # Define our target config file
case $OSTYPE in
darwin*)
export BASH_IT_CONFIG_FILE=.bash_profile
;;
*)
export BASH_IT_CONFIG_FILE=.bashrc export BASH_IT_CONFIG_FILE=.bashrc
;;
esac
function local_setup { function local_setup {
mkdir -p "$BASH_IT" mkdir -p "$BASH_IT"