commit | defa959fbadc4ab4561b8e3ab359c4bd402ae078 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Feb 21 10:56:22 2017 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed May 03 15:54:53 2017 -0700 |
tree | 74275b045a861c656c1c3bfaa8b9256249a71b62 | |
parent | 4d89fe07b1e5abde3f59304afa120af961edca67 [diff] [blame] |
Add email challenge module Refs: #4053 Change-Id: Ic5093fa484df967a760d7503eab2436f5794a385
diff --git a/tests/unit-tests/test-send-email.sh b/tests/unit-tests/test-send-email.sh new file mode 100755 index 0000000..78117fc --- /dev/null +++ b/tests/unit-tests/test-send-email.sh
@@ -0,0 +1,8 @@ +#!/bin/sh + +RECEIVER=$1 +SECRET=$2 + +MESSAGE=$RECEIVER$SECRET + +echo $MESSAGE