mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
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:
7
mail/msmtp/test.sh
Normal file
7
mail/msmtp/test.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
msmtp)
|
||||
msmtp --version | grep "$2"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user