summaryrefslogtreecommitdiff
path: root/tools/test-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-setup.sh')
-rwxr-xr-xtools/test-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-setup.sh b/tools/test-setup.sh
index 16974adb5..924f0c824 100755
--- a/tools/test-setup.sh
+++ b/tools/test-setup.sh
@@ -83,5 +83,5 @@ EOF
chmod 0600 $HOME/.pgpass
# Now create our database
-psql -h 127.0.0.1 -U $DB_USER -d template1 -c "DROP DATABASE IF EXISTS openstack_citest"
+psql -h 127.0.0.1 -U $DB_USER -d postgres -c "DROP DATABASE IF EXISTS openstack_citest"
createdb -h 127.0.0.1 -U $DB_USER -l C -T template0 -E utf8 openstack_citest