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
1 changed files with 3 additions and 0 deletions

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

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