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:
parent
c774203060
commit
3f00d28adf
1 changed files with 3 additions and 0 deletions
3
utils/tmux/test.sh
Normal file
3
utils/tmux/test.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
tmux -V | grep "$2"
|
Loading…
Reference in a new issue