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 5b7199a commit 125ec8bCopy full SHA for 125ec8b
test/67-assert-10-assert_file_not_contains.bats
@@ -44,8 +44,6 @@ fixtures 'empty'
44
@test 'assert_file_not_contains() <file>: returns 1 and displays path if <file> does not exist' {
45
local -r file="${TEST_FIXTURE_ROOT}/missing"
46
run assert_file_not_contains "$file" "XXX"
47
- echo "status: $status"
48
- echo "output: $output"
49
[ "$status" -eq 1 ]
50
[ "${#lines[@]}" -eq 4 ]
51
[ "${lines[0]}" == '-- file does not exist --' ]
0 commit comments