From e488b6c5465d1c82983a3684d335abf85cb575ee Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Mon, 23 Jan 2017 12:54:57 -0500 Subject: [PATCH] maybe now? --- lib/composure.bash | 5 +++-- test/lib/composure.bats | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/composure.bash b/lib/composure.bash index 11ea59a9..5fc75a57 100755 --- a/lib/composure.bash +++ b/lib/composure.bash @@ -1,3 +1,4 @@ #!/usr/bin/env bash -. "${BASH_IT}/lib/composure/composure.sh" -#. ${BASH_IT}/lib/composure/composure.sh +#echo $0 >&2 +#. "${BASH_IT}/lib/composure/composure.sh" +. "$BASH_IT/lib/composure/composure.sh" diff --git a/test/lib/composure.bats b/test/lib/composure.bats index d67d6b56..0ed2e7f1 100755 --- a/test/lib/composure.bats +++ b/test/lib/composure.bats @@ -2,6 +2,8 @@ load ../test_helper load $BATS_TEST_DIRNAME/../../lib/composure/composure.sh +run pwd +run echo $BASH_IT @test "lib composure: composure_keywords()" { run composure_keywords