mirror of
https://github.com/p8952/bocker.git
synced 2026-02-15 17:24:24 +01:00
Improve test coverage
This commit is contained in:
5
tests/test_length
Normal file
5
tests/test_length
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
[[ "$(wc -l < bocker)" -le 100 ]]; echo $?
|
||||
[[ "$(wc -L < bocker)" -le 80 ]]; echo $?
|
||||
Reference in New Issue
Block a user