X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fbin%2Finstall-fixtures.sh;fp=test%2Fbin%2Finstall-fixtures.sh;h=9116cc9dbfc26f8de2011c0410256b775c26a474;hp=88e444174bbc52d0df5abde38d5b9556847bb028;hb=d078dd8216e0cd101a945dfac448bde9f7d73d1a;hpb=7a372ba193246c043d64553b806b48086d128cbb diff --git a/test/bin/install-fixtures.sh b/test/bin/install-fixtures.sh index 88e4441..9116cc9 100755 --- a/test/bin/install-fixtures.sh +++ b/test/bin/install-fixtures.sh @@ -10,11 +10,6 @@ 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