Update test for OSX
parent
87800649a8
commit
079e2b54f6
|
|
@ -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
|
export BASH_IT_CONFIG_FILE=.bashrc
|
||||||
darwin*)
|
|
||||||
export BASH_IT_CONFIG_FILE=.bash_profile
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
export BASH_IT_CONFIG_FILE=.bashrc
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
function local_setup {
|
function local_setup {
|
||||||
mkdir -p "$BASH_IT"
|
mkdir -p "$BASH_IT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue