msmtp: add test.sh

This file ensures that msmtp is run tested inside GitHub Actions
to help to ensure that this application is compiled and run
tested for OpenWrt master.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2024-05-24 00:05:20 +02:00
parent 2b21035891
commit edc4321420

7
mail/msmtp/test.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
msmtp)
msmtp --version | grep "$2"
;;
esac