#!/bin/bash
# For testing purposes only:
# https://bugzilla.redhat.com/show_bug.cgi?id=1358063
# Always prints out the power password and then fails

echo "password is $power_pass"
exit 1
