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

set -e

BINARIES='ps free pgrep pmap pwdx skill slabtop tload uptime vmstat w watch pkill snice'

for bin in $BINARIES ; do \
    $bin --version | grep -E "^$bin from procps-ng [0-9.]+$" ; \
done