X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Finstall-fixtures.sh;h=9116cc9dbfc26f8de2011c0410256b775c26a474;hb=HEAD;hp=815ba61e8f0c641dc5bc2e1193c0aaf44a1d97b7;hpb=a0987dbd47433538e1132a53af0df7502fa0289b;p=mailshears.git diff --git a/bin/install-fixtures.sh b/bin/install-fixtures.sh deleted file mode 100755 index 815ba61..0000000 --- a/bin/install-fixtures.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -dropdb --if-exists -U postgres agendav -createdb -U postgres agendav -psql -U postgres -d agendav < test/sql/agendav.sql -psql -U postgres -d agendav < test/sql/agendav-fixtures.sql - -dropdb --if-exists -U postgres davical -createdb -U postgres davical -psql -U postgres -d davical < test/sql/davical.sql -psql -U postgres -d davical < test/sql/davical-fixtures.sql - -dropdb --if-exists -U postgres postfixadmin -createdb -U postgres postfixadmin -psql -U postgres -d postfixadmin < test/sql/postfixadmin.sql -psql -U postgres -d postfixadmin < test/sql/postfixadmin-fixtures.sql - -dropdb --if-exists -U postgres roundcube -createdb -U postgres roundcube -psql -U postgres -d roundcube < test/sql/roundcube.sql -psql -U postgres -d roundcube < test/sql/roundcube-fixtures.sql