From 079e2b54f6019aaae62bd78c40552665e1e7883c Mon Sep 17 00:00:00 2001 From: Rawiri Blundell Date: Thu, 19 Dec 2019 00:06:57 +1300 Subject: [PATCH] Update test for OSX --- test/install/install.bats | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/test/install/install.bats b/test/install/install.bats index 7e971d1f..68515109 100644 --- a/test/install/install.bats +++ b/test/install/install.bats @@ -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"