summaryrefslogtreecommitdiffstats
path: root/debian/tests/version
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:34:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:34:44 +0000
commitb08293e544fb5eb5e004f02139e4aa06660395b6 (patch)
tree4b00360b4f034158a87d15d0d6dd797c42270717 /debian/tests/version
parentAdding upstream version 2:4.0.4. (diff)
downloadprocps-b08293e544fb5eb5e004f02139e4aa06660395b6.tar.xz
procps-b08293e544fb5eb5e004f02139e4aa06660395b6.zip
Adding debian version 2:4.0.4-4.debian/2%4.0.4-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/version')
-rw-r--r--debian/tests/version10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/tests/version b/debian/tests/version
new file mode 100644
index 0000000..213eb0b
--- /dev/null
+++ b/debian/tests/version
@@ -0,0 +1,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
+