Skip to content

Commit

Permalink
msmtp: add test.sh
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
BKPepe committed May 23, 2024
1 parent 2b21035 commit edc4321
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mail/msmtp/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

case "$1" in
msmtp)
msmtp --version | grep "$2"
;;
esac

0 comments on commit edc4321

Please sign in to comment.