From cd49d79514fa9160c18daa5c3bfbed4445f4dee1 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 15 Jun 2017 16:07:40 -0700 Subject: [PATCH] change prop i'm looking for. --- git-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open b/git-open index 7ddddd0..e2be043 100755 --- a/git-open +++ b/git-open @@ -152,7 +152,7 @@ case $( uname -s ) in esac # if testing, log results to stdout. otherwise, mute the output -if [ -n $BATS_TEST_NAME ]; then +if [ $BATS_CWD ]; then open=printf else exec &>/dev/null