Browse Source

tmux: add runtime test

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

Signed-off-by: Paul Spooren <mail@aparcar.org>
lilik-openwrt-22.03
Paul Spooren 4 years ago
parent
commit
3f00d28adf
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/tmux/test.sh

+ 3
- 0
utils/tmux/test.sh View File

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

Loading…
Cancel
Save