From 70851a23a55f318fee736b6d0972b01501eb592c Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 17 Oct 2020 19:51:30 +0200 Subject: [PATCH] reptyr: add runtime test Signed-off-by: Josef Schlehofer --- utils/reptyr/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/reptyr/test.sh diff --git a/utils/reptyr/test.sh b/utils/reptyr/test.sh new file mode 100644 index 000000000..6c4effea4 --- /dev/null +++ b/utils/reptyr/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +reptyr -version 2>&1 | grep "$2"