summaryrefslogtreecommitdiffstats
path: root/debian/tests/t/version-help.t
blob: f6496c06ba86195974baf6b2b82eecca9ec1fa41 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo 1..2

. `dirname $0`/boilerplate.sh

screen -v | fgrep -q 'Screen version '
check_exit_code_true Outputs version

screen -h | fgrep -q 'Options:'
check_exit_code_true Outputs help