mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 01:08:10 +01:00
Remove defunct comment-pad trimming
This commit is contained in:
@@ -140,9 +140,6 @@ while IFS= read -r line; do
|
||||
failures=$(( $failures + 1 ))
|
||||
buffer fail
|
||||
;;
|
||||
"# "* )
|
||||
buffer log "${line:5}"
|
||||
;;
|
||||
"# "* )
|
||||
|
||||
buffer log "${line:2}"
|
||||
|
||||
Reference in New Issue
Block a user