projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b21035
)
msmtp: add test.sh
author
Josef Schlehofer
<
[email protected]
>
Thu, 23 May 2024 22:05:20 +0000
(
00:05
+0200)
committer
Josef Schlehofer
<
[email protected]
>
Thu, 23 May 2024 22:05:20 +0000
(
00:05
+0200)
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 <
[email protected]
>
mail/msmtp/test.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/mail/msmtp/test.sh
b/mail/msmtp/test.sh
new file mode 100644
(file)
index 0000000..
aa62b10
--- /dev/null
+++ b/
mail/msmtp/test.sh
@@ -0,0
+1,7
@@
+#!/bin/sh
+
+case "$1" in
+ msmtp)
+ msmtp --version | grep "$2"
+ ;;
+esac