is it macos that's causing this problem??

pull/872/head
Brian Recchia 2017-01-23 13:42:54 -05:00
parent e488b6c546
commit 4eb47ecb61
2 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#echo $0 >&2 #echo $0 >&2
#. "${BASH_IT}/lib/composure/composure.sh" #echo $BASH_IT >&2
. "$BASH_IT/lib/composure/composure.sh" #set >&2
. $BASH_IT/lib/composure/composure.sh
#. $(dirname "$0")/b.sh

View File

@ -1,11 +1,8 @@
#!/usr/bin/env bats #!/usr/bin/env bats
load ../test_helper load ../test_helper
load $BATS_TEST_DIRNAME/../../lib/composure/composure.sh load ../../lib/composure
run pwd
run echo $BASH_IT
@test "lib composure: composure_keywords()" { @test "lib composure: composure_keywords()" {
run composure_keywords run _composure_keywords
assert_output "about author example group param version" assert_output "about author example group param version"
} }