Skip to content

Commit 125ec8b

Browse files
authored
removes debugging echos
1 parent 5b7199a commit 125ec8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/67-assert-10-assert_file_not_contains.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ fixtures 'empty'
4444
@test 'assert_file_not_contains() <file>: returns 1 and displays path if <file> does not exist' {
4545
local -r file="${TEST_FIXTURE_ROOT}/missing"
4646
run assert_file_not_contains "$file" "XXX"
47-
echo "status: $status"
48-
echo "output: $output"
4947
[ "$status" -eq 1 ]
5048
[ "${#lines[@]}" -eq 4 ]
5149
[ "${lines[0]}" == '-- file does not exist --' ]

0 commit comments

Comments
 (0)