From 3f00d28adf0fb0a154385a9ef96189f4d9e21fc6 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 18 Sep 2020 12:09:17 -1000 Subject: [PATCH] tmux: add runtime test Run test script to see if compiled binary prints sane output. Signed-off-by: Paul Spooren --- utils/tmux/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 utils/tmux/test.sh diff --git a/utils/tmux/test.sh b/utils/tmux/test.sh new file mode 100644 index 0000000000..f494b5d2fc --- /dev/null +++ b/utils/tmux/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +tmux -V | grep "$2"