tmux: add runtime test
authorPaul Spooren <redacted>
Fri, 18 Sep 2020 22:09:17 +0000 (12:09 -1000)
committerPaul Spooren <redacted>
Tue, 22 Sep 2020 17:42:45 +0000 (07:42 -1000)
Run test script to see if compiled binary prints sane output.

Signed-off-by: Paul Spooren <redacted>
utils/tmux/test.sh [new file with mode: 0644]

diff --git a/utils/tmux/test.sh b/utils/tmux/test.sh
new file mode 100644 (file)
index 0000000..f494b5d
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+tmux -V | grep "$2"
git clone https://git.99rst.org/PROJECT