From: Paul Spooren Date: Fri, 18 Sep 2020 22:09:17 +0000 (-1000) Subject: tmux: add runtime test X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3f00d28adf0fb0a154385a9ef96189f4d9e21fc6;p=openwrt-packages.git tmux: add runtime test Run test script to see if compiled binary prints sane output. Signed-off-by: Paul Spooren --- diff --git a/utils/tmux/test.sh b/utils/tmux/test.sh new file mode 100644 index 000000000..f494b5d2f --- /dev/null +++ b/utils/tmux/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +tmux -V | grep "$2"