Merge pull request #115 from TimSimpsonR/broken_sed

Fixing broken redstack sed command.
This commit is contained in:
Nirmal Ranganathan 2012-07-17 13:25:45 -07:00
commit 19da9a53b7

View File

@ -692,7 +692,7 @@ function init_fake_mode() {
cp $PATH_REDDWARF/etc/reddwarf/reddwarf.conf.test $CONF_FILE
# Switch keystone from the fake class to the real one.
sed -i \
"s/%reddwarf.tests.fakes.keystone%/keystone.middleware.auth_token/g" \
"s/reddwarf.tests.fakes.keystone/keystone.middleware.auth_token/g" \
$CONF_FILE
cd $PATH_REDDWARF
set -e