bat-extras/test/suite/batwatch.sh

13 lines
226 B
Bash
Raw Normal View History

2020-04-08 12:11:56 +02:00
setup() {
use_shim 'batwatch'
}
test:version() {
description "Test 'batwatch --version'"
snapshot stdout
snapshot stderr
batwatch --version | head -n1 | cut -d' ' -f1
batwatch --version | awk 'p{print} /^$/ { p=1 }'
}