We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d356ba commit 4436b78Copy full SHA for 4436b78
lib/bats/helpers
@@ -210,6 +210,7 @@ test_printf() {
210
printf "$@" >&2
211
fi
212
}
213
+export -f test_printf
214
215
# Skips a test if `TEST_FILTER` is set but doesn't match `BATS_TEST_DESCRIPTION`
216
#
tests/bats-helpers.bats
@@ -145,7 +145,6 @@ teardown() {
145
146
@test "$SUITE: test_printf" {
147
create_bats_test_script test-script \
148
- ". '$_GO_CORE_DIR/lib/bats/helpers'" \
149
"test_printf '%s\n' 'some test debug output'"
150
151
run "$BATS_TEST_ROOTDIR/test-script"
0 commit comments