summaryrefslogtreecommitdiffstats
path: root/debian/tests/version
blob: b7700bc76fce303131ce41b0768d3a2a2147fea7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

BINARIES='killall pslog prtstat pstree fuser peekfd'

for bin in $BINARIES ; do \
    $bin --version 2>&1 | egrep "^$bin \(PSmisc\) [0-9.]+$" ; \
done