tmux: add runtime test

Run test script to see if compiled binary prints sane output.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2020-09-18 12:09:17 -10:00
parent c774203060
commit 3f00d28adf

3
utils/tmux/test.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
tmux -V | grep "$2"