From e45a420dae8c9cd1569339ff9069252d6bdd3e35 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Mon, 5 Nov 2012 22:17:18 -0800 Subject: [PATCH] Add body to attach test --- swaks-tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaks-tests/run-tests.sh b/swaks-tests/run-tests.sh index be1246e..743bdae 100755 --- a/swaks-tests/run-tests.sh +++ b/swaks-tests/run-tests.sh @@ -10,4 +10,4 @@ swaks --h-Subject: "Swaks Plain Text" --body text.txt swaks --h-Subject: "Swaks HTML" --data html.raw # Attachment test -swaks --h-Subject: "Swaks Attachment" --attach-type image/png --attach favicon.png +swaks --h-Subject: "Swaks Attachment" --attach-type image/png --attach favicon.png --body text.txt