X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=bin%2Finstall-fixtures.sh;h=88e444174bbc52d0df5abde38d5b9556847bb028;hb=HEAD;hp=3a7ffdc7b86a44012f147413cfbeaf9e63abb85e;hpb=c7298aa01f95c9f6094b1bfeb05a16b20eb4de45;p=mailshears.git diff --git a/bin/install-fixtures.sh b/bin/install-fixtures.sh deleted file mode 100755 index 3a7ffdc..0000000 --- a/bin/install-fixtures.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -rm -r /tmp/mailshears-test -mkdir -p /tmp/mailshears-test/example.com/alice -mkdir -p /tmp/mailshears-test/example.com/booger -mkdir -p /tmp/mailshears-test/example.com/jeremy -mkdir -p /tmp/mailshears-test/example.net/adam - -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