is it macos that's causing this problem??
parent
e488b6c546
commit
4eb47ecb61
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue