diff options
Diffstat (limited to 'tests/smtp_ingress.sh')
-rw-r--r-- | tests/smtp_ingress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smtp_ingress.sh b/tests/smtp_ingress.sh index 45f685e..40a0474 100644 --- a/tests/smtp_ingress.sh +++ b/tests/smtp_ingress.sh @@ -50,7 +50,7 @@ if [ $# -eq 1 ]; then fi fi -source /opt/copper/admin-openrc.sh +source /tmp/copper/admin-openrc.sh echo "Create Congress policy 'test'" if [[ $(openstack congress policy show test | awk "/ id / { print \$4 }") ]]; then unclean; fi |