diff options
author | blsaws <bryan.sullivan@att.com> | 2016-05-22 19:57:10 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-05-22 19:57:10 -0700 |
commit | db5e7aa499e6e6a353c57a2d7e5c044152f3328b (patch) | |
tree | 12d3189c958c5a07a2b0a239ff841747b374b08f /tests/smtp_ingress.sh | |
parent | 8d0118e42e6f845da85fe8ed23d01a706cd6d279 (diff) |
Align tests across ubuntu and centos
JIRA: COPPER-4
Change-Id: Ieea3aaae89a99c558ad5c6ba7be0d0c64a4e1752
Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'tests/smtp_ingress.sh')
-rw-r--r-- | tests/smtp_ingress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/smtp_ingress.sh b/tests/smtp_ingress.sh index 40a0474..b53ebab 100644 --- a/tests/smtp_ingress.sh +++ b/tests/smtp_ingress.sh @@ -23,9 +23,9 @@ # How to use: # Install Congress test server per https://wiki.opnfv.org/copper/academy # # Create Congress policy and resources that exercise policy -# $ sh smtp_ingress.sh +# $ bash smtp_ingress.sh # After test, cleanup -# $ sh smtp_ingress-clean.sh +# $ bash smtp_ingress-clean.sh pass() { echo "Hooray!" |