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 ../../lib/composure
# Determine which config file to use based on OS.
case $OSTYPE in
darwin*)
export BASH_IT_CONFIG_FILE=.bash_profile
;;
*)
export BASH_IT_CONFIG_FILE=.bashrc
;;
esac
# Define our target config file
export BASH_IT_CONFIG_FILE=.bashrc
function local_setup {
mkdir -p "$BASH_IT"