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 a03a938 commit 99f4a07Copy full SHA for 99f4a07
1 file changed
tests/acceptance/bashunit_tap_output_test.sh
@@ -31,6 +31,5 @@ function test_tap_output_env_var_equivalent_to_flag() {
31
function test_tap_output_exits_non_zero_on_failure() {
32
local test_file=tests/acceptance/fixtures/test_bashunit_when_a_test_fail.sh
33
34
- ./bashunit --no-parallel --env "$TEST_ENV_FILE" --output tap "$test_file" >/dev/null 2>&1
35
- assert_general_error "$?"
+ assert_general_error "$(./bashunit --no-parallel --env "$TEST_ENV_FILE" --output tap "$test_file" 2>&1)"
36
}
0 commit comments